‘linchangsheng’ 8 ماه پیش
والد
کامیت
daff3b9bed
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/OrderBaseExcelLogic.java

+ 2 - 2
mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/OrderBaseExcelLogic.java

@@ -206,7 +206,7 @@ public class OrderBaseExcelLogic {
             }
             SysDictCompany orderChannelDict = orderChannelMap.get(orderChannel);
             if (orderChannelDict == null) {
-                throw new RemoteServiceException(errPrefix + "工单渠道不存在");
+                throw new RemoteServiceException(errPrefix + "销售类型不存在");
             }
 
             //工单状态
@@ -562,7 +562,7 @@ public class OrderBaseExcelLogic {
             }
             SysDictCompany orderChannelDict = orderChannelMap.get(orderChannel);
             if (orderChannelDict == null) {
-                throw new RemoteServiceException(errPrefix + "工单渠道不存在");
+                throw new RemoteServiceException(errPrefix + "销售类型不存在");
             }
 
             //工单状态