Commit ae7c78ea authored by hongguangwu's avatar hongguangwu

1.7.21-r

parent 9df38c09
......@@ -429,7 +429,7 @@
<!--查询是否有处理中的离职信息,如果有,不允许再次登记入离职-->
<select id="getEmployeeRegistrationLeavingCount" resultMap="employeeRegistrationMap">
<select id="getEmployeeRegistrationLeavingCount" resultType="java.lang.Integer">
SELECT
count(1)
FROM employee_registration a
......
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