优化
This commit is contained in:
@@ -4741,7 +4741,10 @@ public class AutoformulaServiceImpl implements AutoformulaService {
|
||||
|
||||
String now_qty = WasteBallTime.getString( brf.toLowerCase()+"_qty");
|
||||
if (StrUtil.isNotEmpty(now_qty)) {
|
||||
doubles.add(Double.valueOf(now_qty));
|
||||
double now = Double.valueOf(now_qty);
|
||||
if(now != 99){
|
||||
doubles.add(Double.valueOf(now_qty));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user