|
@@ -61,6 +61,9 @@ public class SyncAfterMonthlyUpdateThread extends Thread {
|
|
|
*/
|
|
|
private void syncMonthlyData() {
|
|
|
TMonthlyProductionReport report = tMonthlyProductionReportMapper.selectTMonthlyProductionReportByDate(this.reportYear, this.reportMonth);
|
|
|
+ if (report == null) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
|
|
|
String ethylenProducedStr = report.getEthylenProduced();
|
|
|
String fuelGasOffgasCrackerStr = report.getFuelGasOffgasCracker();
|