瀏覽代碼

Merge remote-tracking branch 'origin/dev_v1.0.1' into dev_v1.0.1

wangliang 1 年之前
父節點
當前提交
8d2c51cf96
共有 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},'%')
                 AND sd.model LIKE CONCAT('%',#{model},'%')
             </if>
             </if>
             <if test="expressNo != null and expressNo != ''">
             <if test="expressNo != null and expressNo != ''">
-                AND tbdd.express_no LIKE CONCAT('%',#{express_no},'%')
+                AND tbdd.express_no LIKE CONCAT('%',#{expressNo},'%')
             </if>
             </if>
         </where>
         </where>
         ORDER BY tbdd.update_time DESC
         ORDER BY tbdd.update_time DESC
@@ -184,7 +184,7 @@
                 AND sd.model LIKE CONCAT('%',#{model},'%')
                 AND sd.model LIKE CONCAT('%',#{model},'%')
             </if>
             </if>
             <if test="expressNo != null and expressNo != ''">
             <if test="expressNo != null and expressNo != ''">
-                AND tbdd.express_no LIKE CONCAT('%',#{express_no},'%')
+                AND tbdd.express_no LIKE CONCAT('%',#{expressNo},'%')
             </if>
             </if>
         </where>
         </where>
         ORDER BY tbdd.update_time DESC
         ORDER BY tbdd.update_time DESC