diff --git a/order-management-common/src/main/java/com/dxhy/order/constant/OrderInfoContentEnum.java b/order-management-common/src/main/java/com/dxhy/order/constant/OrderInfoContentEnum.java index 9710270b..da04eb0d 100644 --- a/order-management-common/src/main/java/com/dxhy/order/constant/OrderInfoContentEnum.java +++ b/order-management-common/src/main/java/com/dxhy/order/constant/OrderInfoContentEnum.java @@ -254,7 +254,7 @@ public enum OrderInfoContentEnum { // 开票200 STRING_ORDER_GHF_DZ("9106", "购货方地址", 80, false, true), - STRING_ORDER_GHF_DH("9107", "购货方电话", 20, false, true), + STRING_ORDER_GHF_DH("9107", "购货方电话", 30, false, true), STRING_ORDER_GHF_YHZH("9108", "购货方银行账号", 50, false, true), @@ -315,7 +315,7 @@ public enum OrderInfoContentEnum { STRING_FPKJ_GHF_DZ("9210", "购货方地址", 100, true, false), - STRING_FPKJ_GHF_DH("9210", "购货方电话", 20, true, false), + STRING_FPKJ_GHF_DH("9210", "购货方电话", 30, true, false), STRING_FPKJ_GHF_SJ("9210", "购货方手机", 20, true, false), @@ -2399,7 +2399,7 @@ public enum OrderInfoContentEnum { BUYER_MESSAGE_SYNC_GMFMC_ERROR_183011("183011", "购货方名称", 1, 100, true, true), BUYER_MESSAGE_SYNC_GMFMC_ERROR_183012("183012", "购货名称不可以存在全角字符"), BUYER_MESSAGE_SYNC_GMFDZ_ERROR_183013("183013", "购货方地址", 0, 100, true, false), - BUYER_MESSAGE_SYNC_GMFDH_ERROR_183014("183014", "购货方电话", 0, 20, true, false), + BUYER_MESSAGE_SYNC_GMFDH_ERROR_183014("183014", "购货方电话", 0, 30, true, false), BUYER_MESSAGE_SYNC_GMFDZ_GMFZH_ERROR_183015("183015", "购货方地址和电话", 0, 100, true, false), BUYER_MESSAGE_SYNC_GMFDZ_GMFDH_ERROR_183016("183016", "购买方银行名称", 0, 100, true, false), BUYER_MESSAGE_SYNC_GMFDZ_GMFYH_ERROR_183017("183017", "购买方银行账号", 0, 30, true, false),