fix:bug处理

This commit is contained in:
suzhuhong
2026-05-21 09:35:28 +08:00
parent 3e227cc5fb
commit a7ad83d15a

View File

@@ -303,6 +303,7 @@ public class PreparationServiceImpl implements PreparationService {
// 20260520门店状态判断排除食安阶段
ScheduleDTO scheduleAll = shopStageInfoDAO.getScheduleAllExcludeFoodLicense(shopId);
ShopInfoDO shopInfoDO = new ShopInfoDO();
shopInfoDO.setShopStatus(shopInfo.getShopStatus());
if (scheduleAll.getTotalColumn().equals(scheduleAll.getCompletionColumn())) {
shopInfoDO.setShopStatus(ShopStatusEnum.DONE.getCode());
}