1.将扣款状态由“经销商代偿”改为“代偿”

This commit is contained in:
zhangbb 2019-06-13 14:13:30 +08:00
parent 86d75500c8
commit a00bb0824c

View File

@ -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();
//在这里插入经销商保证金退回表的数据