删除客户导购关系

dev_0531
yechenhao 5 years ago
parent 2eeba11048
commit 1bdf4313ad

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

Loading…
Cancel
Save