app-退料接收
This commit is contained in:
parent
f5d239e879
commit
69097feb30
|
|
@ -361,8 +361,8 @@
|
|||
<if test="scrapNum != null">
|
||||
#{scrapNum},
|
||||
</if>
|
||||
<if test="scrapNum != null">
|
||||
#{scrapNum},
|
||||
<if test="status != null">
|
||||
#{status},
|
||||
</if>
|
||||
<if test="createBy != null and createBy != ''">
|
||||
#{createBy},
|
||||
|
|
@ -377,6 +377,12 @@
|
|||
<if test="companyId != null">
|
||||
#{companyId},
|
||||
</if>
|
||||
<if test="backId != null">
|
||||
#{backId},
|
||||
</if>
|
||||
<if test="repairer != null">
|
||||
#{repairer},
|
||||
</if>
|
||||
NOW()
|
||||
)
|
||||
</insert>
|
||||
|
|
|
|||
Loading…
Reference in New Issue