瀏覽代碼

fix: 设备出入库登记增加查询条件

caozixuan 1 年之前
父節點
當前提交
b5ccace5b0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      sop-business/src/main/resources/mapper/TBDeviceDeliveryMapper.xml

+ 2 - 2
sop-business/src/main/resources/mapper/TBDeviceDeliveryMapper.xml

@@ -90,7 +90,7 @@
                 AND sd.model LIKE CONCAT('%',#{model},'%')
             </if>
             <if test="expressNo != null and expressNo != ''">
-                AND tbdd.express_no LIKE CONCAT('%',#{express_no},'%')
+                AND tbdd.express_no LIKE CONCAT('%',#{expressNo},'%')
             </if>
         </where>
         ORDER BY tbdd.update_time DESC
@@ -184,7 +184,7 @@
                 AND sd.model LIKE CONCAT('%',#{model},'%')
             </if>
             <if test="expressNo != null and expressNo != ''">
-                AND tbdd.express_no LIKE CONCAT('%',#{express_no},'%')
+                AND tbdd.express_no LIKE CONCAT('%',#{expressNo},'%')
             </if>
         </where>
         ORDER BY tbdd.update_time DESC