app退料逻辑修改

This commit is contained in:
15856 2024-12-04 11:21:15 +08:00
parent 69c9651e8d
commit 3665596dc5
1 changed files with 6 additions and 0 deletions

View File

@ -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},