perf(Feed Service): 更改错误信息

This commit is contained in:
HashMap 2025-10-19 16:22:28 +08:00
parent 12c07a162a
commit 472f638ac2

View File

@ -140,7 +140,7 @@ public class SgFeedStatisticServiceImpl implements ISgFeedStatisticService {
sgFeedStatistic.setMaterialList(sgFeedList.getFormulaList());
sgFeedStatistic.setFeedTotalSize(totalFeedSize);
} else {
throw new RuntimeException("WARNING: 原料数据为空");
throw new RuntimeException("WARNING: 当前日期无饲喂计划");
}
}
@ -172,5 +172,4 @@ public class SgFeedStatisticServiceImpl implements ISgFeedStatisticService {
throw new RuntimeException("WARNING: 不存在该计划");
}
}
}