添加ec标签同步代码;优化excel中手机号重名情况;

This commit is contained in:
xiaodong.hu
2023-08-30 15:31:53 +08:00
parent 52620f2048
commit b8e23ad785
5 changed files with 91 additions and 52 deletions

View File

@@ -29,4 +29,6 @@ public class ExcelErrorConstants {
public static final String COUNT_MORE = "每次数据最多导入500条请分批上传";
public static final String MOBILE_REPEAT = "手机号重复";
}