This commit is contained in:
parent
d9f391e456
commit
6e8f6d9f72
|
|
@ -523,7 +523,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">
|
||||
|
|
@ -554,7 +555,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="backId != null">
|
||||
#{backId},
|
||||
</if>
|
||||
NOW()
|
||||
NOW(),
|
||||
'1'
|
||||
)
|
||||
</insert>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue