Commit 226fa40e by 高晓磊

采区预警设置获取名称错误

parent 72b56f20
......@@ -60,7 +60,6 @@ public class SandWarningExeProcessor implements DataProcessor {
row.put("detail", row.get("target").toString());
}
row.put("sandAreaName", sandAreaName);
row.put("sandAreaName", sandAreaName);
row.put("shipName", shipName);
row.put("regionalCompanyName", regionalCompanyName);
......
......@@ -40,7 +40,7 @@ public class SandAreaDinasCountWarningCalculator implements IWarningCalculator{
return false;
}
UUID billId = warnSetting.getBillId();
this.sandAreaName=sandMiningAreaService.getById(billId).getString("sandAreaName");
this.sandAreaName=sandMiningAreaService.getById(billId).getString("sandMiningAreaName");
this.dischargingWeight= dischargingService.getAllDischargingWeightByNowAndSandAreaId(billId);
//业务数据与设置的阀值做比较,计算是否预警
......
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