Commit f33200a9 authored by neo's avatar neo

[dev] use begin and end to multi sql

parent bdddb3a5
...@@ -121,6 +121,7 @@ ...@@ -121,6 +121,7 @@
</delete> </delete>
<delete id="clearDataWithPeriod"> <delete id="clearDataWithPeriod">
BEGIN
DELETE FROM DELETE FROM
PERIOD_FORMULA_BLOCK PERIOD_FORMULA_BLOCK
WHERE WHERE
...@@ -194,6 +195,7 @@ ...@@ -194,6 +195,7 @@
REPORT REPORT
WHERE WHERE
PERIOD= #{period,jdbcType=INTEGER} ; PERIOD= #{period,jdbcType=INTEGER} ;
END
</delete> </delete>
<resultMap id="DataSourceExtendDtoMap" type="pwc.taxtech.atms.vat.dpo.DataSourceExtendDto"> <resultMap id="DataSourceExtendDtoMap" type="pwc.taxtech.atms.vat.dpo.DataSourceExtendDto">
......
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