|
|
|
@ -55,7 +55,7 @@ import org.springframework.test.context.junit4.SpringRunner;
|
|
|
|
|
public class OrganizationInit {
|
|
|
|
|
static String sellerPath = "D:\\Backup\\桌面\\各种客户端\\bsd\\智慧导购\\初始人员数据20200424(1).xlsx";
|
|
|
|
|
//有组织编码为零售公司,角色为总部运营人员, 有别名店长,其他的为导购,
|
|
|
|
|
static String[] sellerColumns= {"pos店铺编码","组织编码","店铺名","姓名","账号","别名","角色"};
|
|
|
|
|
static String[] sellerColumns= {"pos店铺编码","组织编码","店铺名","姓名","账号","别名","角色","职务","性别","手机"};
|
|
|
|
|
|
|
|
|
|
static String filePath = null;
|
|
|
|
|
static String columns[] = null;
|
|
|
|
|