feat:装修阶段调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user