Commit 84423075 authored by huyuchen's avatar huyuchen

项目档案问题优化

parent 1ba90044
......@@ -762,17 +762,6 @@
</update>
<!--查询部门编码和最大员工数-->
<select id="findEmployeeMaxOnlyNoByDepId" resultType="java.lang.String">
SELECT
(
SELECT
MAX(EMP_NO)
FROM
t_employee_project
WHERE
EMP_NO LIKE CONCAT(#{deptNo},'%')
) AS 'empNo'
FROM
DUAL
select MAX(EMP_NO) from t_employee_project where
id not like '%abc' and
DEPT_NO = #{deptNo}
......
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