|
|
@@ -255,7 +255,7 @@ public class EnterpriseServiceImpl implements EnterpriseService{
|
|
|
JSONObject data = JSON.parseObject(JSON.toJSONString(detail));
|
|
|
String userSpa = data.toJSONString();
|
|
|
// 调用账户中心的接口注册企业,账户中心不会回调保存,需要我们自己保存,以实现同步
|
|
|
-// detail = AccountUtils.register(detail, userView, false);
|
|
|
+ detail = AccountUtils.register(detail, userView, false);
|
|
|
// 自己保存企业到商城数据库
|
|
|
v2EnterpriserService.update(detail);
|
|
|
} catch (Exception e) {
|