|
@@ -126,7 +126,7 @@ public class MonitoringIndicatorServiceImpl extends ServiceImpl<MonitoringIndica
|
|
|
}
|
|
|
|
|
|
if (null != deptLimit && deptMonitorAmount.compareTo(deptLimit) > 0) {
|
|
|
- throw new RuntimeException("企业限额:[" + deptLimit + "]," + note.getRealName() + "存在:[" + deptAmountMonitor + "], 超过企业限额");
|
|
|
+ throw new RuntimeException("企业限额:[" + deptLimit + "]," + note.getRealName() + "存在:[" + deptMonitorAmount + "], 超过企业限额");
|
|
|
}
|
|
|
|
|
|
if (null != monitoringLimit && monitorAmount.compareTo(monitoringLimit) > 0) {
|