fix-serverBug

This commit is contained in:
Harryxzy 2022-11-01 17:52:11 +08:00
parent 5d97954e48
commit b2f4ac314a
3 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@
<!-- 批量删除 -->
<update id="deleteData">
UPDATE hrsa_add_up_deduction t
UPDATE hrsa_add_up_deduction
SET delete_type = 1
WHERE delete_type = 0
AND id IN

View File

@ -66,7 +66,7 @@
<!--批量删除-->
<update id="deleteData">
UPDATE hrsa_add_up_situation t
UPDATE hrsa_add_up_situation
SET delete_type = 1
WHERE delete_type = 0
AND id IN

View File

@ -38,7 +38,7 @@
<!--批量删除-->
<update id="deleteData">
UPDATE hrsa_other_deduction t
UPDATE hrsa_other_deduction
SET delete_type = 1
WHERE delete_type = 0
AND id IN