Commit 4a92b4d3 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent f2d9f0d9
......@@ -899,11 +899,9 @@
<!--list-->
<select id="getContractAlertDeptNosList" resultMap="tEmployeeContrctInfoMap">
SELECT
distinct a.DEPT_NO
FROM t_employee_contract_info a
<where>
a.DELETE_FLAG = 0
</where>
distinct a.PROJECT_NO as 'DEPT_NO'
FROM t_emp_contract_alert a
</select>
<!--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