ソースを参照

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}