|
@@ -678,10 +678,11 @@ public class AsyncTask {
|
|
|
}
|
|
|
|
|
|
//反冲洗水量
|
|
|
- BigDecimal fcxsl = xinyiCalculate.getFCXSL();
|
|
|
+ //2024年7月3日10:59:32 这里用反冲洗水量比例做计算
|
|
|
+ BigDecimal fcxslBl = xinyiCalculate.getFCXSLBL();
|
|
|
BigDecimal fcxslblsjzXxz = normConfig.getFcxslblsjzXxz();
|
|
|
- if(!Objects.isNull(fcxsl) && !Objects.isNull(fcxslblsjzXxz))
|
|
|
- handleXinYiWarningsSH(fcxslblsjzXxz, fcxsl, BusinessEnum.WarningCategoryEnum.FCXSL.getCode(), tXinyiIndustry, normConfig, true);
|
|
|
+ if(!Objects.isNull(fcxslBl) && !Objects.isNull(fcxslblsjzXxz))
|
|
|
+ handleXinYiWarningsSH(fcxslblsjzXxz, fcxslBl, BusinessEnum.WarningCategoryEnum.FCXSL.getCode(), tXinyiIndustry, normConfig, true);
|
|
|
}
|
|
|
|
|
|
|