Browse Source

fix委托结项查询条件加上委托编号

LLL 1 year ago
parent
commit
c4d7ee7241

+ 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('%', #{weituoNo},'%')
+                    w.weituo_no like CONCAT('%', #{itdmWeituoInfo.weituoNo},'%')
                 </if>
                 <if test="itdmWeituoInfo.shenheStatus != null">
                     and w.shenhe_status = #{itdmWeituoInfo.shenheStatus}