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