|
@@ -107,6 +107,40 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
TFurnanceTemperature ft = list109.get(i);
|
|
|
FurnanceTemperatureVO coil = new FurnanceTemperatureVO();
|
|
|
coil.setRecordTime(ft.getRecordTime());
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ String pass9 = ft.getPass9();
|
|
|
+ String pass10 = ft.getPass10();
|
|
|
+ String pass11 = ft.getPass11();
|
|
|
+ String pass12 = ft.getPass12();
|
|
|
+ String pass13 = ft.getPass13();
|
|
|
+ String pass14 = ft.getPass14();
|
|
|
+ String pass15 = ft.getPass15();
|
|
|
+ String pass16 = ft.getPass16();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)
|
|
|
+ || "".equals(pass9) || StringUtils.isNull(pass9)
|
|
|
+ || "".equals(pass10) || StringUtils.isNull(pass10)
|
|
|
+ || "".equals(pass11) || StringUtils.isNull(pass11)
|
|
|
+ || "".equals(pass12) || StringUtils.isNull(pass12)
|
|
|
+ || "".equals(pass13) || StringUtils.isNull(pass13)
|
|
|
+ || "".equals(pass14) || StringUtils.isNull(pass14)
|
|
|
+ || "".equals(pass15) || StringUtils.isNull(pass15)
|
|
|
+ || "".equals(pass16) || StringUtils.isNull(pass16)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coil.setH109Out(this.getMaxValue(ft.getPass1() + "," + ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3() + "," + ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5() + "," + ft.getPass6()) + ","
|
|
@@ -121,6 +155,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list110.size() != 0) {
|
|
|
for (int i = 0; i < list110.size(); i++) {
|
|
|
TFurnanceTemperature ft = list110.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH110Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -130,6 +182,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list111.size() != 0) {
|
|
|
for (int i = 0; i < list111.size(); i++) {
|
|
|
TFurnanceTemperature ft = list111.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH111Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -139,6 +209,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list112.size() != 0) {
|
|
|
for (int i = 0; i < list112.size(); i++) {
|
|
|
TFurnanceTemperature ft = list112.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH112Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -148,6 +236,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list113.size() != 0) {
|
|
|
for (int i = 0; i < list113.size(); i++) {
|
|
|
TFurnanceTemperature ft = list113.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH113Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -157,6 +263,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list114.size() != 0) {
|
|
|
for (int i = 0; i < list114.size(); i++) {
|
|
|
TFurnanceTemperature ft = list114.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH114Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -166,6 +290,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list115.size() != 0) {
|
|
|
for (int i = 0; i < list115.size(); i++) {
|
|
|
TFurnanceTemperature ft = list115.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH115Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -175,6 +317,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list116.size() != 0) {
|
|
|
for (int i = 0; i < list116.size(); i++) {
|
|
|
TFurnanceTemperature ft = list116.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH116Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -184,6 +344,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list117.size() != 0) {
|
|
|
for (int i = 0; i < list117.size(); i++) {
|
|
|
TFurnanceTemperature ft = list117.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH117Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -193,6 +371,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list118.size() != 0) {
|
|
|
for (int i = 0; i < list118.size(); i++) {
|
|
|
TFurnanceTemperature ft = list118.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH118Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -202,6 +398,32 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list130.size() != 0) {
|
|
|
for (int i = 0; i < list130.size(); i++) {
|
|
|
TFurnanceTemperature ft = list130.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ String pass9 = ft.getPass9();
|
|
|
+ String pass10 = ft.getPass10();
|
|
|
+ String pass11 = ft.getPass11();
|
|
|
+ String pass12 = ft.getPass12();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)
|
|
|
+ || "".equals(pass9) || StringUtils.isNull(pass9)
|
|
|
+ || "".equals(pass10) || StringUtils.isNull(pass10)
|
|
|
+ || "".equals(pass11) || StringUtils.isNull(pass11)
|
|
|
+ || "".equals(pass12) || StringUtils.isNull(pass12)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH130Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -267,6 +489,40 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
TFurnanceTemperature ft = list109.get(i);
|
|
|
FurnanceTemperatureVO coil = new FurnanceTemperatureVO();
|
|
|
coil.setRecordTime(ft.getRecordTime());
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ String pass9 = ft.getPass9();
|
|
|
+ String pass10 = ft.getPass10();
|
|
|
+ String pass11 = ft.getPass11();
|
|
|
+ String pass12 = ft.getPass12();
|
|
|
+ String pass13 = ft.getPass13();
|
|
|
+ String pass14 = ft.getPass14();
|
|
|
+ String pass15 = ft.getPass15();
|
|
|
+ String pass16 = ft.getPass16();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)
|
|
|
+ || "".equals(pass9) || StringUtils.isNull(pass9)
|
|
|
+ || "".equals(pass10) || StringUtils.isNull(pass10)
|
|
|
+ || "".equals(pass11) || StringUtils.isNull(pass11)
|
|
|
+ || "".equals(pass12) || StringUtils.isNull(pass12)
|
|
|
+ || "".equals(pass13) || StringUtils.isNull(pass13)
|
|
|
+ || "".equals(pass14) || StringUtils.isNull(pass14)
|
|
|
+ || "".equals(pass15) || StringUtils.isNull(pass15)
|
|
|
+ || "".equals(pass16) || StringUtils.isNull(pass16)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coil.setH109Out(this.getMaxValue(ft.getPass1() + "," + ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3() + "," + ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5() + "," + ft.getPass6()) + ","
|
|
@@ -281,6 +537,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list110.size() != 0) {
|
|
|
for (int i = 0; i < list110.size(); i++) {
|
|
|
TFurnanceTemperature ft = list110.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH110Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -290,6 +564,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list111.size() != 0) {
|
|
|
for (int i = 0; i < list111.size(); i++) {
|
|
|
TFurnanceTemperature ft = list111.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH111Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -299,6 +591,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list112.size() != 0) {
|
|
|
for (int i = 0; i < list112.size(); i++) {
|
|
|
TFurnanceTemperature ft = list112.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH112Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -308,6 +618,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list113.size() != 0) {
|
|
|
for (int i = 0; i < list113.size(); i++) {
|
|
|
TFurnanceTemperature ft = list113.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH113Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -317,6 +645,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list114.size() != 0) {
|
|
|
for (int i = 0; i < list114.size(); i++) {
|
|
|
TFurnanceTemperature ft = list114.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH114Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -326,6 +672,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list115.size() != 0) {
|
|
|
for (int i = 0; i < list115.size(); i++) {
|
|
|
TFurnanceTemperature ft = list115.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH115Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -335,6 +699,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list116.size() != 0) {
|
|
|
for (int i = 0; i < list116.size(); i++) {
|
|
|
TFurnanceTemperature ft = list116.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH116Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -344,6 +726,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list117.size() != 0) {
|
|
|
for (int i = 0; i < list117.size(); i++) {
|
|
|
TFurnanceTemperature ft = list117.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH117Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -353,6 +753,24 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list118.size() != 0) {
|
|
|
for (int i = 0; i < list118.size(); i++) {
|
|
|
TFurnanceTemperature ft = list118.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH118Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|
|
@@ -362,6 +780,32 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
if (list130.size() != 0) {
|
|
|
for (int i = 0; i < list130.size(); i++) {
|
|
|
TFurnanceTemperature ft = list130.get(i);
|
|
|
+ String pass1 = ft.getPass1();
|
|
|
+ String pass2 = ft.getPass2();
|
|
|
+ String pass3 = ft.getPass3();
|
|
|
+ String pass4 = ft.getPass4();
|
|
|
+ String pass5 = ft.getPass5();
|
|
|
+ String pass6 = ft.getPass6();
|
|
|
+ String pass7 = ft.getPass7();
|
|
|
+ String pass8 = ft.getPass8();
|
|
|
+ String pass9 = ft.getPass9();
|
|
|
+ String pass10 = ft.getPass10();
|
|
|
+ String pass11 = ft.getPass11();
|
|
|
+ String pass12 = ft.getPass12();
|
|
|
+ if ("".equals(pass1) || StringUtils.isNull(pass1)
|
|
|
+ || "".equals(pass2) || StringUtils.isNull(pass2)
|
|
|
+ || "".equals(pass3) || StringUtils.isNull(pass3)
|
|
|
+ || "".equals(pass4) || StringUtils.isNull(pass4)
|
|
|
+ || "".equals(pass5) || StringUtils.isNull(pass5)
|
|
|
+ || "".equals(pass6) || StringUtils.isNull(pass6)
|
|
|
+ || "".equals(pass7) || StringUtils.isNull(pass7)
|
|
|
+ || "".equals(pass8) || StringUtils.isNull(pass8)
|
|
|
+ || "".equals(pass9) || StringUtils.isNull(pass9)
|
|
|
+ || "".equals(pass10) || StringUtils.isNull(pass10)
|
|
|
+ || "".equals(pass11) || StringUtils.isNull(pass11)
|
|
|
+ || "".equals(pass12) || StringUtils.isNull(pass12)) {
|
|
|
+ return AjaxResult.success("incompleteData");
|
|
|
+ }
|
|
|
coilList.get(i).setH130Out(this.getMaxValue(ft.getPass1()) + "," + this.getMaxValue(ft.getPass2()) + ","
|
|
|
+ this.getMaxValue(ft.getPass3()) + "," + this.getMaxValue(ft.getPass4()) + ","
|
|
|
+ this.getMaxValue(ft.getPass5()) + "," + this.getMaxValue(ft.getPass6()) + ","
|