From a7feb390c8aa6b4afeeb295b9c4c0f502eb84b2c Mon Sep 17 00:00:00 2001 From: mashuai Date: Tue, 26 Nov 2024 18:08:43 +0800 Subject: [PATCH] bug --- .../src/main/resources/mapper/material/device/DevInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml index 093359a..c026dce 100644 --- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml +++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/device/DevInfoMapper.xml @@ -133,7 +133,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and d.description = #{description} and d.gps_code = #{gpsCode} - and d.own_co = #{companyId} + and d.own_co = #{companyId} and d.specification = #{specification} and d.deposit = #{deposit}