修试后入库驳回至维修定损,修改默认值

This commit is contained in:
bonus 2025-07-26 16:00:31 +08:00
parent 5cef41384f
commit 02f28b9cbb
1 changed files with 4 additions and 2 deletions

View File

@ -408,7 +408,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="backId != null">
back_id,
</if>
create_time
create_time,
is_ds
)
values (
<if test="taskId != null">
@ -436,7 +437,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="backId != null">
#{backId},
</if>
NOW()
NOW(),
1
)
</insert>