fix:bug处理
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user