fix:SHOP_SUB_STAGE_STATUS_91
This commit is contained in:
@@ -786,7 +786,8 @@ public class DecorationServiceImpl implements DecorationService {
|
|||||||
decoration.setPartnerAcceptanceSignatures(JSONObject.toJSONString(threeAcceptanceDTO));
|
decoration.setPartnerAcceptanceSignatures(JSONObject.toJSONString(threeAcceptanceDTO));
|
||||||
decorationDesignInfoDAO.updateByPrimaryKeySelective(decoration);
|
decorationDesignInfoDAO.updateByPrimaryKeySelective(decoration);
|
||||||
//更新装修设计状态
|
//更新装修设计状态
|
||||||
List<ShopSubStageStatusEnum> list = Arrays.asList(SHOP_SUB_STAGE_STATUS_91);
|
List<ShopSubStageStatusEnum> list = new ArrayList<>();
|
||||||
|
list.add(SHOP_SUB_STAGE_STATUS_91);
|
||||||
|
|
||||||
//装修阶段可以提前开始 如果已经进场的 阶段已经流程 不需要初始化为待提交
|
//装修阶段可以提前开始 如果已经进场的 阶段已经流程 不需要初始化为待提交
|
||||||
ShopStageInfoDO shopStageInfo = shopStageInfoDAO.getByShopIdAndSubStage(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_11.getShopSubStage());
|
ShopStageInfoDO shopStageInfo = shopStageInfoDAO.getByShopIdAndSubStage(request.getShopId(), ShopSubStageEnum.SHOP_STAGE_11.getShopSubStage());
|
||||||
|
|||||||
Reference in New Issue
Block a user