Commit ff31d2c2 authored by hongguangwu's avatar hongguangwu

1.7.21-优化

parent ae7c78ea
...@@ -253,6 +253,7 @@ ...@@ -253,6 +253,7 @@
ON t.EMP_IDCARD = d.EMP_IDCARD ON t.EMP_IDCARD = d.EMP_IDCARD
AND t.INVOICE_TITLE = d.INVOICE_TITLE AND t.INVOICE_TITLE = d.INVOICE_TITLE
AND t.SETTLE_MONTH = d.SETTLE_MONTH AND t.SETTLE_MONTH = d.SETTLE_MONTH
AND t.DELETE_FLAG in (0,2)
</update> </update>
<!-- 自动创建临时表(1月创建含去年12月的计税月份)(2月更新成当年的上月的计税月份) (不含减除费用与)--> <!-- 自动创建临时表(1月创建含去年12月的计税月份)(2月更新成当年的上月的计税月份) (不含减除费用与)-->
<update id="createTempZeroYearView" statementType="STATEMENT"> <update id="createTempZeroYearView" statementType="STATEMENT">
......
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