app-退料接收
This commit is contained in:
parent
ca7bc2e5a5
commit
2d875db4eb
|
|
@ -288,7 +288,7 @@
|
|||
<insert id="insertCheckDetails">
|
||||
insert into back_check_details
|
||||
(
|
||||
<if test="id != null">
|
||||
<if test="parentId != null">
|
||||
parent_id,
|
||||
</if>
|
||||
<if test="typeId != null">
|
||||
|
|
@ -319,8 +319,8 @@
|
|||
create_time
|
||||
)
|
||||
values (
|
||||
<if test="id != null">
|
||||
#{id},
|
||||
<if test="parentId != null">
|
||||
#{parentId},
|
||||
</if>
|
||||
<if test="typeId != null">
|
||||
#{typeId},
|
||||
|
|
|
|||
Loading…
Reference in New Issue