Browse Source

fix委托结项按委托编号查询

LLL 1 year ago
parent
commit
3b74d30477

+ 1 - 1
itdmServer/module-iTDM/src/main/java/org/jeecg/modules/weituo/mapper/xml/ItdmWeituoInfoMapper.xml

@@ -27,7 +27,7 @@
                     w.weituo_client like CONCAT('%', #{itdmWeituoInfo.weituoClient},'%')
                 </if>
                 <if test="itdmWeituoInfo.weituoNo != null">
-                    w.weituo_no like CONCAT('%', #{itdmWeituoInfo.weituoNo},'%')
+                    and w.weituo_no like CONCAT('%', #{itdmWeituoInfo.weituoNo},'%')
                 </if>
                 <if test="itdmWeituoInfo.shenheStatus != null">
                     and w.shenhe_status = #{itdmWeituoInfo.shenheStatus}