fix 门店状态已完成

This commit is contained in:
shuo.wang
2025-02-13 20:57:01 +08:00
parent 9f61a428c1
commit 1dd385513c

View File

@@ -87,6 +87,7 @@ public class PosAndOrderInfoServiceImpl implements PosAndOrderInfoService {
throw new ServiceException(ErrorCodeEnum.NOT_ALLOW_OPERATE);
}
shopStageInfoDAO.updateShopStageInfo(shopId, ShopSubStageStatusEnum.SHOP_SUB_STAGE_STATUS_244);
preparationService.updateShopStatus(shopId);
return Boolean.TRUE;
}
}