标准箱

This commit is contained in:
mashuai 2026-01-10 21:21:51 +08:00
parent 58ed645a64
commit 36dd02f46d
1 changed files with 3 additions and 0 deletions

View File

@ -325,6 +325,9 @@
SET this_check_time = CURDATE(),
next_check_time = DATE_SUB(DATE_ADD(CURDATE(), INTERVAL 1 YEAR), INTERVAL 1 DAY),
opt_time = NOW()
<if test="modelId != null and modelId != ''">
,model_id = #{modelId}
</if>
WHERE ma_code = #{maCode};
</update>