Commit f33200a9 authored by neo's avatar neo

[dev] use begin and end to multi sql

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