|
@@ -192,7 +192,9 @@ public class TXinyiMedicineParamServiceImpl implements ITXinyiMedicineParamServi
|
|
|
}
|
|
|
}
|
|
|
//todo 调用组态,获取投加状态
|
|
|
- latestRecord.setAddType(Math.random() < 0.5 ? 0 : 1);
|
|
|
+// latestRecord.setAddType(Math.random() < 0.5 ? 0 : 1);
|
|
|
+ //2025年04月30日14:57:06 改成全部都运行系统投放
|
|
|
+ latestRecord.setAddType(0);
|
|
|
//2024年09月18日10:26:57 把实时的计算的碳源投加总量 和 瞬时加药量也返回
|
|
|
this.addExtra(latestRecord);
|
|
|
return latestRecord;
|