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