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