feat:装修阶段调整

This commit is contained in:
苏竹红
2024-10-10 14:57:19 +08:00
parent 42a350e89b
commit b361756338

View File

@@ -592,7 +592,6 @@ public class DecorationServiceImpl implements DecorationService {
decoration.setConstructionCreateTime(new Date());
decoration.setConstructionCreateUser(user.getUserId());
decorationDesignInfoDAO.updateByPrimaryKeySelective(decoration);
shopStageInfoDAO.updateShopStageInfo(request.getShopId(), ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_905);
//状态变为施工中
shopStageInfoDAO.batchUpdateShopStageStatus(request.getShopId(), Arrays.asList(ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_111));
return Boolean.TRUE;