Compare commits

..

No commits in common. "346ba1a9661dfdfaca65db8e53faa7218de6511f" and "03fef7af495a0eafc85bad5bbe6434a7c5a52a1f" have entirely different histories.

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,4 +172,5 @@ public class SgFeedStatisticServiceImpl implements ISgFeedStatisticService {
throw new RuntimeException("WARNING: 不存在该计划");
}
}
}