This commit is contained in:
hayu 2025-08-26 16:20:19 +08:00
parent b7d861f9b6
commit b5c7828252
1 changed files with 1 additions and 1 deletions

View File

@ -1168,7 +1168,7 @@
update update
pa_person_storage pa_person_storage
set set
part_num = part_num - #{partNum} part_num = #{partNum}
where where
id=#{id} id=#{id}
</update> </update>