|
@@ -405,7 +405,7 @@ public class AnalysisDiyCustomerComponent {
|
|
|
* @author: qxm
|
|
|
* @date: 2022/4/25 10:03
|
|
|
*/
|
|
|
- public SyncLog analyCwCustomer() {
|
|
|
+ /* public SyncLog analyCwCustomer() {
|
|
|
if(deptId==null){
|
|
|
deptId = Long.parseLong(configService.selectConfigByKey("libang.customer.deptid"));
|
|
|
}
|
|
@@ -462,7 +462,7 @@ public class AnalysisDiyCustomerComponent {
|
|
|
throw e;
|
|
|
}
|
|
|
|
|
|
- /* try {
|
|
|
+ *//* try {
|
|
|
JSONObject bossListJson = JSONObject.parseObject(HttpUtils.sendSSLGet(customerAccessTokenUtil.getUrl(UrlType.MANAGERLIST, null)));
|
|
|
int code = bossListJson.getInteger("code");
|
|
|
if (code == 0) {
|
|
@@ -487,7 +487,7 @@ public class AnalysisDiyCustomerComponent {
|
|
|
log.error("获取厨卫业务人员列表接口错误!");
|
|
|
customerAccessTokenUtil.reSetToken();
|
|
|
throw e;
|
|
|
- }*/
|
|
|
+ }*//*
|
|
|
|
|
|
try{
|
|
|
syncLog.setTotalCount(total);
|
|
@@ -509,7 +509,7 @@ public class AnalysisDiyCustomerComponent {
|
|
|
|
|
|
|
|
|
return null;
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
/**
|
|
|
* 构建 插入用户List
|