|
@@ -93,11 +93,11 @@ public class WmhwttlfxCtl extends BaseWebCtl {
|
|
|
month = 12;
|
|
|
} else {
|
|
|
month = month - 1;
|
|
|
- if (month < 10) {
|
|
|
- temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
- } else {
|
|
|
- temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (month < 10) {
|
|
|
+ temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
+ } else {
|
|
|
+ temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
}
|
|
|
if (temp == null || entityList.get(i).getGK03010202000001000000000000() == 0) {
|
|
|
bl.add("0");
|
|
@@ -124,11 +124,11 @@ public class WmhwttlfxCtl extends BaseWebCtl {
|
|
|
month = 12;
|
|
|
} else {
|
|
|
month = month - 1;
|
|
|
- if (month < 10) {
|
|
|
- temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
- } else {
|
|
|
- temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (month < 10) {
|
|
|
+ temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
+ } else {
|
|
|
+ temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
}
|
|
|
if (temp == null) {
|
|
|
bl.add("0");
|
|
@@ -175,11 +175,11 @@ public class WmhwttlfxCtl extends BaseWebCtl {
|
|
|
month = 12;
|
|
|
} else {
|
|
|
month = month - 1;
|
|
|
- if (month < 10) {
|
|
|
- temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
- } else {
|
|
|
- temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (month < 10) {
|
|
|
+ temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
+ } else {
|
|
|
+ temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
}
|
|
|
if (temp == null || entityList.get(i).getGK03010202000021000000000000() == 0) {
|
|
|
bl.add("0");
|
|
@@ -206,11 +206,11 @@ public class WmhwttlfxCtl extends BaseWebCtl {
|
|
|
month = 12;
|
|
|
} else {
|
|
|
month = month - 1;
|
|
|
- if (month < 10) {
|
|
|
- temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
- } else {
|
|
|
- temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (month < 10) {
|
|
|
+ temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
+ } else {
|
|
|
+ temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
}
|
|
|
if (temp == null) {
|
|
|
bl.add("0");
|
|
@@ -257,11 +257,12 @@ public class WmhwttlfxCtl extends BaseWebCtl {
|
|
|
month = 12;
|
|
|
} else {
|
|
|
month = month - 1;
|
|
|
- if (month < 10) {
|
|
|
- temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
- } else {
|
|
|
- temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
- }
|
|
|
+
|
|
|
+ }
|
|
|
+ if (month < 10) {
|
|
|
+ temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
+ } else {
|
|
|
+ temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
}
|
|
|
if (temp == null || entityList.get(i).getGK03010202000011000000000000() == 0) {
|
|
|
bl.add("0");
|
|
@@ -288,11 +289,11 @@ public class WmhwttlfxCtl extends BaseWebCtl {
|
|
|
month = 12;
|
|
|
} else {
|
|
|
month = month - 1;
|
|
|
- if (month < 10) {
|
|
|
- temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
- } else {
|
|
|
- temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
- }
|
|
|
+ }
|
|
|
+ if (month < 10) {
|
|
|
+ temp = hwttlfxService.findOne(year + "-0" + month);
|
|
|
+ } else {
|
|
|
+ temp = hwttlfxService.findOne(year + "-" + month);
|
|
|
}
|
|
|
if (temp == null) {
|
|
|
bl.add("0");
|