perf(Feed Service): 更改错误信息
This commit is contained in:
parent
12c07a162a
commit
472f638ac2
@ -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: 不存在该计划");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user