Commit 620be035 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.21' into MVP1.7.21

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