app-退料接收

This commit is contained in:
bns_han 2023-12-24 12:24:20 +08:00
parent ca7bc2e5a5
commit 2d875db4eb
1 changed files with 3 additions and 3 deletions

View File

@ -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},