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