app-退料接收
This commit is contained in:
parent
f5d239e879
commit
69097feb30
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue