This commit is contained in:
zhangchenbiao
2024-04-18 11:10:41 +08:00
parent 865338a2a0
commit 2e763d0675
2 changed files with 20 additions and 6 deletions

View File

@@ -49,9 +49,6 @@
is_terminated = #{isTerminated},
remark = #{remark},
actual_complete_time = if(is_terminated, now(), null)
<if test="auditId != null">
, audit_id = #{auditId}
</if>
where
shop_id = #{shopId} and shop_sub_stage = #{shopSubStage}
</update>