Commit 739820c5 by 284718418@qq.com

修改BUG

parent 18f11213
......@@ -53,7 +53,7 @@
<select id="selectLzygCrmClientData" resultType="java.lang.Integer">
SELECT c.id FROM crm_client_data as c
LEFT JOIN yggl_main_lzb as y ON y.emp_num = c.belong_user AND y.id <![CDATA[>]]> 0 AND c.id <![CDATA[>]]> 0
WHERE y.job_status = 3 AND c.client_status <![CDATA[<]]> 5
WHERE y.job_status = 3 AND c.client_status <![CDATA[<]]> 5 AND y.org_code=c.org_code
</select>
</mapper>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment