|
|
@@ -137,12 +137,12 @@ public class UserspaceServiceImpl implements UserspaceService {
|
|
|
try {
|
|
|
res = HttpUtil.doPost(url, formData, 10000);
|
|
|
if (!res.isSuccess()) {
|
|
|
- syncLog.error(appId, msg + ",同步企业信息失败", JSON.toJSONString(userSpaceView), res.getContent());
|
|
|
+ syncLog.error(appId, msg + ",同步企业信息失败", JSON.toJSONString(formData), res.getContent());
|
|
|
} else {
|
|
|
- syncLog.info(appId, msg + ",同步企业信息成功", JSON.toJSONString(userSpaceView));
|
|
|
+ syncLog.info(appId, msg + ",同步企业信息成功", JSON.toJSONString(formData));
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
- syncLog.error(appId, msg + ",同步企业信息失败", JSON.toJSONString(userSpaceView), e.getMessage());
|
|
|
+ syncLog.error(appId, msg + ",同步企业信息失败", JSON.toJSONString(formData), e.getMessage());
|
|
|
}
|
|
|
}
|
|
|
return null;
|