Commit d06423e3 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/develop' into develop

parents 7e57865d 0863a7f6
......@@ -278,7 +278,7 @@
a.DELETE_FLAG = 0
and a.SETTLEMENT_MONTH = #{settleMonth}
AND s.STATUS IN (3, 4)
GROUP BY a.EMP_IDCARD,a.SALARY_DATE
GROUP BY a.EMP_IDCARD,a.SALARY_DATE,a.DEPT_ID
) b
WHERE b.salary_base > b.actual_salary
</select>
......
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