Commit 64ca2d35 by huluobin

# update

parent 0bdff95e
......@@ -968,7 +968,7 @@ public class AutoTurnoverJob extends PointJob {
for (int i = 0; i <= turnoverDays; i++) {
if (forecastShortSupplyList.get(i).compareTo(BigDecimal.ONE) >= 0) {
if (forecastShortSupplyList.get(i).setScale(0, RoundingMode.HALF_UP).compareTo(BigDecimal.ZERO) >= 0) {
days++;
if (index < 0) {
index = i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment