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