修试后入库驳回至维修定损,修改默认值
This commit is contained in:
parent
5cef41384f
commit
02f28b9cbb
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue