Commit d7dc195f authored by fangxinjiang's avatar fangxinjiang

派单分项目派单状态处理

parent d594a8e7
......@@ -788,7 +788,7 @@
a.CUSTOMER_ID=b.CUSTOMER_ID,
a.SUBJECT_DEPART=b.DEPART_NAME,
a.SUBJECT_UNIT=b.CUSTOMER_NAME
where a.EMP_IDCARD = #{idCard} and a.DEPT_NO = #{oldDeptNo} and a.IN_USE='0' and b.DEPART_NO= #{deptNo} and b.DELETE_FLAG='0';
where a.EMP_IDCARD = #{idCard} and a.DEPT_NO = #{oldDeptNo} and b.DEPART_NO= #{deptNo} and b.DELETE_FLAG='0';
</update>
<select id="getContractByEmpIdCardAndDeptId" resultType="java.lang.Integer">
......
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