Commit 120c187e authored by hongguangwu's avatar hongguangwu

MVP1.5.1-收入证明等

parent c7943fd6
......@@ -1140,6 +1140,8 @@
and a.DELETE_FLAG = 0
AND PERIOD_DIFF(a.SALARY_MONTH, #{startMouth}) >= 0
AND PERIOD_DIFF(#{endMouth}, a.SALARY_MONTH) >= 0
AND a.FORM_TYPE != '3'
AND a.FORM_TYPE != '4'
</select>
<select id="getAccountMonthForProve" resultType="java.lang.String">
SELECT a.SALARY_MONTH
......@@ -1151,6 +1153,8 @@
and a.DELETE_FLAG = 0
AND PERIOD_DIFF(a.SALARY_MONTH, #{startMouth}) >= 0
AND PERIOD_DIFF(#{endMouth}, a.SALARY_MONTH) >= 0
AND a.FORM_TYPE != '3'
AND a.FORM_TYPE != '4'
group by a.SALARY_MONTH
</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