refactor(bonus-material): 修改领料任务完成时更新发布数量的 SQL 语句

This commit is contained in:
syruan 2025-07-26 10:02:19 +08:00
parent 303bc50798
commit 547968052c
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@
update
lease_apply_details
set
publish_num = IFNULL(publish_num, 0) - #{num}
publish_num = IFNULL(publish_num, 0) - #{outNum}
where
parent_id = #{parentId}
and type_id = #{typeId}