‘linchangsheng’ 5 månader sedan
förälder
incheckning
dc3312f296

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

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

BIN
mall-server-api/src/main/resources/template/工单导入模板.xlsx