|
@@ -235,9 +235,11 @@ public class InterimPayCertificateServiceImpl extends BaseServiceImpl<InterimPay
|
|
|
|
|
|
|
|
if (task == null) {
|
|
if (task == null) {
|
|
|
System.out.println("未找到任务相关信息");
|
|
System.out.println("未找到任务相关信息");
|
|
|
|
|
+ return;
|
|
|
}
|
|
}
|
|
|
- if (task != null && task.getStatus() == 3) {
|
|
|
|
|
|
|
+ if (task.getStatus() == 3) {
|
|
|
System.out.println("已废除无法查看报表");
|
|
System.out.println("已废除无法查看报表");
|
|
|
|
|
+ return;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String sql = "";
|
|
String sql = "";
|