Commit b1a47e21 by guojuxing

新增商户添加会员组件初始化日志

parent 0b8a752b
......@@ -165,9 +165,7 @@ public class EnterpriseApiServiceImpl implements EnterpriseApiService {
}
//会员组接口初始化
ServiceResponse<Void> memberInitResult = memberInitApiService.configInit(enterpriseId);
if (!memberInitResult.isSuccess()) {
LOGGER.warn(memberInitResult.getMessage());
}
LOGGER.warn("新增商户-会员组接口初始化结果:{}", JSONObject.toJSONString(memberInitResult));
return ServiceResponse.success(enterpriseId);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment