Commit 723c8483 authored by fangxinjiang's avatar fangxinjiang

消息优化

parent 615398bf
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
a.DELETE_FLAG = 0 a.DELETE_FLAG = 0
and a.SETTLEMENT_MONTH = #{settleMonth} and a.SETTLEMENT_MONTH = #{settleMonth}
AND s.STATUS IN (3, 4) 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 ) b
WHERE b.salary_base > b.actual_salary WHERE b.salary_base > b.actual_salary
</select> </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