修试后入库驳回至维修定损,修改默认值
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">
|
<if test="backId != null">
|
||||||
back_id,
|
back_id,
|
||||||
</if>
|
</if>
|
||||||
create_time
|
create_time,
|
||||||
|
is_ds
|
||||||
)
|
)
|
||||||
values (
|
values (
|
||||||
<if test="taskId != null">
|
<if test="taskId != null">
|
||||||
|
|
@ -436,7 +437,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test="backId != null">
|
<if test="backId != null">
|
||||||
#{backId},
|
#{backId},
|
||||||
</if>
|
</if>
|
||||||
NOW()
|
NOW(),
|
||||||
|
1
|
||||||
)
|
)
|
||||||
</insert>
|
</insert>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue