app-退料接收

This commit is contained in:
bns_han 2023-12-24 00:46:08 +08:00
parent f5d239e879
commit 69097feb30
1 changed files with 8 additions and 2 deletions

View File

@ -361,8 +361,8 @@
<if test="scrapNum != null"> <if test="scrapNum != null">
#{scrapNum}, #{scrapNum},
</if> </if>
<if test="scrapNum != null"> <if test="status != null">
#{scrapNum}, #{status},
</if> </if>
<if test="createBy != null and createBy != ''"> <if test="createBy != null and createBy != ''">
#{createBy}, #{createBy},
@ -377,6 +377,12 @@
<if test="companyId != null"> <if test="companyId != null">
#{companyId}, #{companyId},
</if> </if>
<if test="backId != null">
#{backId},
</if>
<if test="repairer != null">
#{repairer},
</if>
NOW() NOW()
) )
</insert> </insert>