|
@@ -46,7 +46,8 @@ public class TFurnanceTemperatureController extends BaseController
|
|
|
@PostMapping("/info")
|
|
|
public AjaxResult getTemperatureInfo(@RequestBody TFurnanceTemperature tFurnanceTemperature) throws ParseException {
|
|
|
String furnanceName = tFurnanceTemperature.getFurnanceName();
|
|
|
- Date recordTime = tFurnanceTemperature.getRecordTime();
|
|
|
+// Date recordTime = tFurnanceTemperature.getRecordTime();
|
|
|
+ Date recordTime = new Date();
|
|
|
if ("".equals(furnanceName) || recordTime == null) {
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
@@ -106,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()) + ","
|
|
@@ -120,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()) + ","
|
|
@@ -129,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()) + ","
|
|
@@ -138,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()) + ","
|
|
@@ -147,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()) + ","
|
|
@@ -156,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()) + ","
|
|
@@ -165,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()) + ","
|
|
@@ -174,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()) + ","
|
|
@@ -183,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()) + ","
|
|
@@ -192,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()) + ","
|
|
@@ -201,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()) + ","
|
|
@@ -266,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()) + ","
|
|
@@ -280,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()) + ","
|
|
@@ -289,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()) + ","
|
|
@@ -298,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()) + ","
|
|
@@ -307,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()) + ","
|
|
@@ -316,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()) + ","
|
|
@@ -325,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()) + ","
|
|
@@ -334,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()) + ","
|
|
@@ -343,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()) + ","
|
|
@@ -352,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()) + ","
|
|
@@ -361,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()) + ","
|