bugfix
This commit is contained in:
@@ -532,8 +532,8 @@ public class DecorationServiceImpl implements DecorationService {
|
||||
throw new ServiceException(ErrorCodeEnum.PARAMS_REQUIRED);
|
||||
}
|
||||
//必须是待提交状态才能提交
|
||||
ShopStageInfoDO shopStageInfo = shopStageInfoDAO.getByShopIdAndSubStage(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_90.getShopSubStageStatus());
|
||||
if (Objects.isNull(shopStageInfo)) {
|
||||
ShopStageInfoDO shopStageInfo = shopStageInfoDAO.getByShopIdAndSubStage(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_9.getShopSubStage());
|
||||
if (shopStageInfo!=null&&ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_90.getShopSubStageStatus().equals(shopStageInfo.getShopSubStageStatus())) {
|
||||
throw new ServiceException(ErrorCodeEnum.STATUS_NOT_SUPPORT_SUMMIT);
|
||||
}
|
||||
DecorationDesignInfoDO decorationDesignInfoDO = request.toDecorationDesignInfoDO();
|
||||
|
||||
@@ -182,7 +182,7 @@ public class PreparationServiceImpl implements PreparationService {
|
||||
if (preparationProcess == null){
|
||||
return null;
|
||||
}
|
||||
preparationProcess.setTotalCount(14);
|
||||
preparationProcess.setTotalCount(11);
|
||||
return preparationProcess;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user