|
@@ -63,7 +63,9 @@ public class PurchaseClosingReportServiceImpl extends ServiceImpl<PurchaseClosin
|
|
pageView.put("startRecord", (purchaseClosingReport.getCurrentPage() - 1)
|
|
pageView.put("startRecord", (purchaseClosingReport.getCurrentPage() - 1)
|
|
* purchaseClosingReport.getPageSize());
|
|
* purchaseClosingReport.getPageSize());
|
|
List<String> businessKeys = null;
|
|
List<String> businessKeys = null;
|
|
- businessKeys = workflowService.getTaskBusinessKeysByCode("PROCUREMENT-CLOSE-REPORT");
|
|
|
|
|
|
+ if("1".equals(purchaseClosingReport.getSearchType())){
|
|
|
|
+ businessKeys = workflowService.getTaskBusinessKeysByCode("PROCUREMENT-CLOSE-REPORT");
|
|
|
|
+ }
|
|
List<String> statusSet = new ArrayList<>();
|
|
List<String> statusSet = new ArrayList<>();
|
|
List<String> resourceIdList = this.getResourceIdList();
|
|
List<String> resourceIdList = this.getResourceIdList();
|
|
if (resourceIdList.contains("procurementCloseReport-Edit")) { // 填写,提交 权限做完以后替换
|
|
if (resourceIdList.contains("procurementCloseReport-Edit")) { // 填写,提交 权限做完以后替换
|