From d87fe0cb8eaba5b4b4699364d5d7d974ec53696a Mon Sep 17 00:00:00 2001 From: ZZ Date: Wed, 27 Oct 2021 13:56:46 +0800 Subject: [PATCH] bigger --- .../com/xhpc/evcs/api/QueryEquipBusinessPolicyController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipBusinessPolicyController.java b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipBusinessPolicyController.java index d2ed29aa..e87b0090 100644 --- a/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipBusinessPolicyController.java +++ b/evcs-modules/evcs-core/src/main/java/com/xhpc/evcs/api/QueryEquipBusinessPolicyController.java @@ -144,7 +144,7 @@ public class QueryEquipBusinessPolicyController { //塞入包装类 CommonResponse commonResponse = new CommonResponse(); - commonResponse.setMsg("请求查询业务策略成功"); + commonResponse.setMsg("Query equipment business policy success"); commonResponse.setRet("0"); commonResponse.setData(JSONUtil.toJSONString(equipBizResponse));