|
@@ -305,7 +305,7 @@ public class ChannelOrderController extends BaseApiController {
|
|
|
Long channelId = SecurityUtils.getLoginUser().getChannelId();
|
|
|
Channel channel = channelService.getById(channelId);
|
|
|
if (channel.getCertifyStatus() != ChannelCertifyStatusEnum.CERTIFIED) {
|
|
|
- LogUtil.info(logger, "账号未认证。channelId:{0}", channelId);
|
|
|
+// LogUtil.info(logger, "账号未认证。channelId:{0}", channelId);
|
|
|
LogUtil.info(logger, "账号未补充。channelId:{0}", channelId);
|
|
|
return AjaxResult.error(ErrorCodeEnum.ERROR_CODE_1016);
|
|
|
}
|