|
@@ -112,7 +112,7 @@ public class UserspaceServiceImpl implements UserspaceService {
|
|
|
try {
|
|
try {
|
|
|
res = HttpUtil.doPost(url, formData, 30000);
|
|
res = HttpUtil.doPost(url, formData, 30000);
|
|
|
if (!res.isSuccess()) {
|
|
if (!res.isSuccess()) {
|
|
|
- syncLog.error(appId, msg + ",同步企业信息成功", JSON.toJSONString(userSpaceView), res.getContent());
|
|
|
|
|
|
|
+ syncLog.error(appId, msg + ",同步企业信息失败", JSON.toJSONString(userSpaceView), res.getContent());
|
|
|
} else {
|
|
} else {
|
|
|
syncLog.info(appId, msg + ",同步企业信息成功", JSON.toJSONString(userSpaceView));
|
|
syncLog.info(appId, msg + ",同步企业信息成功", JSON.toJSONString(userSpaceView));
|
|
|
}
|
|
}
|