From 8e0901d848a06af1b751c5194893dd099ab6222e Mon Sep 17 00:00:00 2001 From: panshuling321 Date: Tue, 20 Sep 2022 14:15:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BF=90=E8=90=A5=E5=95=86?= =?UTF-8?q?=E4=B8=8D=E5=AF=B9=E5=BA=94=E7=9A=84=E9=94=99=E8=AF=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/xhpc/common/core/constant/Constants.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ruoyi-common/ruoyi-common-core/src/main/java/com/xhpc/common/core/constant/Constants.java b/ruoyi-common/ruoyi-common-core/src/main/java/com/xhpc/common/core/constant/Constants.java index 42df0dcb..3547b49b 100644 --- a/ruoyi-common/ruoyi-common-core/src/main/java/com/xhpc/common/core/constant/Constants.java +++ b/ruoyi-common/ruoyi-common-core/src/main/java/com/xhpc/common/core/constant/Constants.java @@ -121,9 +121,9 @@ public class Constants public static final String INVALID_TERMINAL = "0C"; /** - * 无效运营商(桩的运营商和卡不对应) + * 该账户不能在此桩上充电 */ - public static final String INVALID_OPERATOR = "06"; + public static final String LIMIT_CHARGING = "06"; /** * 无效卡 @@ -215,4 +215,7 @@ public class Constants // 桩停用 public static final String UNUSE_TERMINAL = "05"; + + // 无效运营商(桩的运营商和卡不对应) + public static final String INVALID_OPERATOR = "23"; }