fix 门店状态已完成

This commit is contained in:
shuo.wang
2025-02-13 20:22:56 +08:00
parent e76e09b18b
commit f1e49fab7a

View File

@@ -969,7 +969,7 @@ public class PointServiceImpl implements PointService {
// }
}
shopStageInfoDAO.updateShopStageAndAuditInfo(shopId, subStageStatus, auditId);
preparationService.updateShopStatus(request.getShopId());
return CommonConstants.ONE;
}