From a00bb0824cf3efad593b438e4603853a4034cf6f Mon Sep 17 00:00:00 2001 From: zhangbb Date: Thu, 13 Jun 2019 14:13:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=B0=86=E6=89=A3=E6=AC=BE=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=94=B1=E2=80=9C=E7=BB=8F=E9=94=80=E5=95=86=E4=BB=A3=E5=81=BF?= =?UTF-8?q?=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C=E4=BB=A3=E5=81=BF=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/tenwa/collectaudit/cache/CollectAuditInfoCache.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java index b2f4bd176..9447facb7 100644 --- a/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java +++ b/src_tenwa/com/tenwa/collectaudit/cache/CollectAuditInfoCache.java @@ -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(); //在这里插入经销商保证金退回表的数据