|
@@ -62,33 +62,33 @@ func transDeviceNfData(datas []model.DcDeviceBind) ([]model.DcWorkingNf, error)
|
|
|
ProjectId: data.ProjectId,
|
|
|
DeviceCode: data.DeviceCode,
|
|
|
WaterTemperature: data.Items.GetItemFloat64Value("water_temperature"),
|
|
|
- FeedFlow1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ConFlow1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ProductFlow1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- FeedPressure1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ConPressure1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ProductPressure1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Tmp1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Flux1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Permeability1St: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- FeedFlow2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ConFlow2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ProductFlow2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- FeedPressure2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ConPressure2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ProductPressure2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Tmp2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Flux2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Permeability2Nd: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- FeedFlow3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ConFlow3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ProductFlow3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- FeedPressure3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ConPressure3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- ProductPressure3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Tmp3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Flux3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
- Permeability3Th: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
+ FeedFlow1St: data.Items.GetItemFloat64Value("feed_flow_1st"),
|
|
|
+ ConFlow1St: data.Items.GetItemFloat64Value("con_flow_1st"),
|
|
|
+ ProductFlow1St: data.Items.GetItemFloat64Value("product_flow_1st"),
|
|
|
+ FeedPressure1St: data.Items.GetItemFloat64Value("feed_pressure_1st"),
|
|
|
+ ConPressure1St: data.Items.GetItemFloat64Value("con_pressure_1st"),
|
|
|
+ ProductPressure1St: data.Items.GetItemFloat64Value("product_pressure_1st"),
|
|
|
+ Tmp1St: data.Items.GetItemFloat64Value("tmp_1st"),
|
|
|
+ Flux1St: data.Items.GetItemFloat64Value("flux_1st"),
|
|
|
+ Permeability1St: data.Items.GetItemFloat64Value("permeability_1st"),
|
|
|
+ FeedFlow2Nd: data.Items.GetItemFloat64Value("feed_flow_2nd"),
|
|
|
+ ConFlow2Nd: data.Items.GetItemFloat64Value("con_flow_2nd"),
|
|
|
+ ProductFlow2Nd: data.Items.GetItemFloat64Value("product_flow_2nd"),
|
|
|
+ FeedPressure2Nd: data.Items.GetItemFloat64Value("feed_pressure_2nd"),
|
|
|
+ ConPressure2Nd: data.Items.GetItemFloat64Value("con_pressure_2nd"),
|
|
|
+ ProductPressure2Nd: data.Items.GetItemFloat64Value("product_pressure_2nd"),
|
|
|
+ Tmp2Nd: data.Items.GetItemFloat64Value("tmp_2nd"),
|
|
|
+ Flux2Nd: data.Items.GetItemFloat64Value("flux_2nd"),
|
|
|
+ Permeability2Nd: data.Items.GetItemFloat64Value("permeability_2nd"),
|
|
|
+ FeedFlow3Th: data.Items.GetItemFloat64Value("feed_flow_3th"),
|
|
|
+ ConFlow3Th: data.Items.GetItemFloat64Value("con_flow_3th"),
|
|
|
+ ProductFlow3Th: data.Items.GetItemFloat64Value("product_flow_3th"),
|
|
|
+ FeedPressure3Th: data.Items.GetItemFloat64Value("feed_pressure_3th"),
|
|
|
+ ConPressure3Th: data.Items.GetItemFloat64Value("con_pressure_3th"),
|
|
|
+ ProductPressure3Th: data.Items.GetItemFloat64Value("product_pressure_3th"),
|
|
|
+ Tmp3Th: data.Items.GetItemFloat64Value("tmp_3th"),
|
|
|
+ Flux3Th: data.Items.GetItemFloat64Value("flux_3th"),
|
|
|
+ Permeability3Th: data.Items.GetItemFloat64Value("permeability_3th"),
|
|
|
FeedWqTurbidity: data.Items.GetItemFloat64Value("feed_wq_turbidity"),
|
|
|
FeedWqPh: data.Items.GetItemInt64Value("feed_wq_ph"),
|
|
|
ProductWqPh: data.Items.GetItemInt64Value("product_wq_ph"),
|