Commit e9a0b6ae authored by huyuchen's avatar huyuchen

Merge remote-tracking branch 'origin/MVP1.7.18' into MVP1.7.18

parents 7e044a3f 1820f7f1
...@@ -899,11 +899,9 @@ ...@@ -899,11 +899,9 @@
<!--list--> <!--list-->
<select id="getContractAlertDeptNosList" resultMap="tEmployeeContrctInfoMap"> <select id="getContractAlertDeptNosList" resultMap="tEmployeeContrctInfoMap">
SELECT SELECT
distinct a.DEPT_NO distinct a.PROJECT_NO as 'DEPT_NO'
FROM t_employee_contract_info a FROM t_emp_contract_alert a
<where>
a.DELETE_FLAG = 0
</where>
</select> </select>
<!--tEmployeeContractPre合同派单查询--> <!--tEmployeeContractPre合同派单查询-->
......
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