message
This commit is contained in:
@@ -459,6 +459,7 @@ public class SysStoreAppServiceImpl implements SysStoreAppService, AuditResultSe
|
|||||||
//更新阶段状态
|
//更新阶段状态
|
||||||
shopStageInfoDAO.updateShopStageAndAuditInfo(shopId, shopSubStageStatusEnum, shopAuditInfoDO.getId());
|
shopStageInfoDAO.updateShopStageAndAuditInfo(shopId, shopSubStageStatusEnum, shopAuditInfoDO.getId());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
log.error("auditResult message:{}",e.getMessage());
|
||||||
throw new ServiceException(ErrorCodeEnum.UNKNOWN);
|
throw new ServiceException(ErrorCodeEnum.UNKNOWN);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user