소스 검색

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

LLL 1 년 전
부모
커밋
3b74d30477
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      itdmServer/module-iTDM/src/main/java/org/jeecg/modules/weituo/mapper/xml/ItdmWeituoInfoMapper.xml

+ 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}