This commit is contained in:
guohb
2024-05-26 12:48:29 +08:00
parent 02b2578d56
commit f5c4d9a60d

View File

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