|
@@ -25,6 +25,7 @@ import com.dgtly.system.service.IAssRelcustomerinfoService;
|
|
|
import com.dgtly.system.service.ISysConfigService;
|
|
import com.dgtly.system.service.ISysConfigService;
|
|
|
import com.dgtly.system.service.impl.SysUserServiceImpl;
|
|
import com.dgtly.system.service.impl.SysUserServiceImpl;
|
|
|
import com.dgtly.wxportal.mapper.WxQyUserMapper;
|
|
import com.dgtly.wxportal.mapper.WxQyUserMapper;
|
|
|
|
|
+import lombok.extern.slf4j.Slf4j;
|
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -906,7 +907,7 @@ public class AnalysisDiyCustomerComponent {
|
|
|
}
|
|
}
|
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
for (int i = 0; i < jsonArray.size(); i++) {
|
|
|
JSONObject jo = jsonArray.getJSONObject(i);
|
|
JSONObject jo = jsonArray.getJSONObject(i);
|
|
|
-
|
|
|
|
|
|
|
+ log.info("数据同步当前数据:{}", jo);
|
|
|
try {
|
|
try {
|
|
|
String userNo = jo.getString("userNo");
|
|
String userNo = jo.getString("userNo");
|
|
|
String enable = jo.getString("enable");
|
|
String enable = jo.getString("enable");
|