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