rev:合批球磨时间

This commit is contained in:
zhangzhiqiang
2023-05-04 17:52:50 +08:00
parent 2b0d367303
commit 541ffd5bca

View File

@@ -4740,7 +4740,7 @@ public class AutoformulaServiceImpl implements AutoformulaService {
String brf = strs[strs.length-1];
JSONObject alldata = WasteBallTime.getJSONObject("alldata");
if (ObjectUtil.isEmpty(alldata)){
if (!ObjectUtil.isEmpty(alldata)){
String now_qty = alldata.getString( brf.toUpperCase(Locale.ROOT));
if (StrUtil.isNotEmpty(now_qty)) {
double now = Double.valueOf(now_qty);