1.将扣款状态由“经销商代偿”改为“代偿”
This commit is contained in:
parent
86d75500c8
commit
a00bb0824c
@ -626,7 +626,7 @@ public class CollectAuditInfoCache {
|
||||
i++;
|
||||
//更新收付状态
|
||||
bc.createQuery("update O set O.COLLECT_STATUS=:COLLECT_STATUS ,O.COLLECT_MSG=:COLLECT_MSG where O.id=:id")
|
||||
.setParameter("COLLECT_STATUS", "¾ÏúÉÌ´ú³¥")
|
||||
.setParameter("COLLECT_STATUS", "´ú³¥")
|
||||
.setParameter("COLLECT_MSG", "经销商保证金代偿")
|
||||
.setParameter("id", bom.getAttribute("id").toString()).executeUpdate();
|
||||
//在这里插入经销商保证金退回表的数据
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user