app退料盛情状态修改
This commit is contained in:
parent
b70753ec60
commit
26ceb64cde
|
|
@ -229,7 +229,7 @@
|
|||
type_id,
|
||||
</if>
|
||||
<if test="preNum != null">
|
||||
pre_num,
|
||||
pre_num,audit_num,
|
||||
</if>
|
||||
status,
|
||||
<if test="createBy != null and createBy != ''">
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
#{typeId},
|
||||
</if>
|
||||
<if test="preNum != null">
|
||||
#{preNum},
|
||||
#{preNum}, #{preNum},
|
||||
</if>
|
||||
'0',
|
||||
<if test="createBy != null and createBy != ''">
|
||||
|
|
|
|||
Loading…
Reference in New Issue