Compare commits

...

2 Commits

Author SHA1 Message Date
HashMap
346ba1a966 Merge branch 'main' of http://e19510c831.iok.la/admin/zhyc-sheep 2025-11-01 16:51:40 +08:00
HashMap
472f638ac2 perf(Feed Service): 更改错误信息 2025-10-19 16:22:28 +08:00

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: 不存在该计划");
}
}
}