@@ -26,9 +26,12 @@
<if test="itdmWeituoInfo.weituoClient != null">
w.weituo_client like CONCAT('%', #{itdmWeituoInfo.weituoClient},'%')
</if>
+ <if test="itdmWeituoInfo.shenheStatus != null">
+ and w.shenhe_status = #{itdmWeituoInfo.shenheStatus}
+ </if>
</where>
ORDER BY
w.weituo_no
) e
</select>
-</mapper>
+</mapper>