FengChaoYu hai 9 meses
pai
achega
1971a507fe

+ 3 - 0
mall-server-api/src/main/java/com/gree/mall/manager/bean/listvo/workorder/UserWaitVO.java

@@ -29,6 +29,9 @@ public class UserWaitVO {
     @ApiModelProperty(value = "网点名称")
     private String websitName;
 
+    @ApiModelProperty(value = "师傅编号")
+    private String workerNnumber;
+
     @ApiModelProperty(value = "名称")
     private String name;
 

+ 2 - 0
mall-server-api/src/main/java/com/gree/mall/manager/logic/user/UserLogic.java

@@ -226,6 +226,7 @@ public class UserLogic {
             String userType = (String) row.get(3);
             String websitName = (String) row.get(4);
             String bankAccount = (String) row.get(5);
+            String workerNumber = (String) row.get(6);
             if (StringUtils.isAnyBlank(name, mobile, userType)) {
                 throw new RemoteServiceException(errPrefix + "黄色区域为必填项");
             }
@@ -263,6 +264,7 @@ public class UserLogic {
             userWait.setCompanyWechatId(adminUser.getCompanyWechatId());
             userWait.setCompanyWechatName(adminUser.getCompanyName());
             userWait.setBankAccount(bankAccount);
+            userWait.setWorkerNumber(workerNumber);
             userWaits.add(userWait);
         }
         userWaitService.saveBatch(userWaits);

BIN=BIN
mall-server-api/src/main/resources/template/师傅分销员资料初始化.xlsx