app退料逻辑修改
This commit is contained in:
parent
69c9651e8d
commit
3665596dc5
|
|
@ -231,6 +231,9 @@
|
||||||
<if test="preNum != null">
|
<if test="preNum != null">
|
||||||
pre_num,
|
pre_num,
|
||||||
</if>
|
</if>
|
||||||
|
<if test="auditNum != null">
|
||||||
|
audit_num,
|
||||||
|
</if>
|
||||||
status,
|
status,
|
||||||
<if test="createBy != null and createBy != ''">
|
<if test="createBy != null and createBy != ''">
|
||||||
create_by,
|
create_by,
|
||||||
|
|
@ -257,6 +260,9 @@
|
||||||
<if test="preNum != null">
|
<if test="preNum != null">
|
||||||
#{preNum},
|
#{preNum},
|
||||||
</if>
|
</if>
|
||||||
|
<if test="auditNum != null">
|
||||||
|
#{auditNum},
|
||||||
|
</if>
|
||||||
'0',
|
'0',
|
||||||
<if test="createBy != null and createBy != ''">
|
<if test="createBy != null and createBy != ''">
|
||||||
#{createBy},
|
#{createBy},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue