From 0a4ee543297bdec25a6b6e02b2159ea4642ec8f2 Mon Sep 17 00:00:00 2001 From: sez Date: Fri, 28 Nov 2025 16:44:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=8F=90=E7=A4=BA=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lc123/cloud/app/plugin/utils/BillCloseCancelUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lc123/cloud/app/plugin/utils/BillCloseCancelUtils.java b/lc123/cloud/app/plugin/utils/BillCloseCancelUtils.java index f82973b..49887aa 100644 --- a/lc123/cloud/app/plugin/utils/BillCloseCancelUtils.java +++ b/lc123/cloud/app/plugin/utils/BillCloseCancelUtils.java @@ -304,7 +304,7 @@ public class BillCloseCancelUtils { String code = response.getString("code"); message = response.getString("message"); if ("0".equals(code) || "200".equals(code)) { - message = "部分关闭成功"; + message = "关闭成功"; } LCLogServiceImpl lcLogService = new LCLogServiceImpl(); lcLogService.savelog(entityName, ttx_mainUrl, true, code.equals("200"), xmlBuilder.toString(), result);