|
|
|
@ -85,7 +85,7 @@ public class CustomerCountJob {
|
|
|
|
|
|
|
|
|
|
List<String> cpUserIds = new ArrayList<>();
|
|
|
|
|
if (isAll){
|
|
|
|
|
File file = new File("/root/账号.xls");
|
|
|
|
|
File file = new File("/root/account.xls");
|
|
|
|
|
if (file != null) {
|
|
|
|
|
//获取文件名
|
|
|
|
|
String fileName = file.getAbsolutePath();
|
|
|
|
|