|
|
@@ -141,8 +141,7 @@ public class PurchaseManage { |
|
|
|
query.orderByAsc(Project::getApprovalDate); |
|
|
|
if (req.getBidStatus() != null) { |
|
|
|
query.exists(ExistsSqlConst.PROJECT_EXISTS_PURCHASE + |
|
|
|
"and (np.status = {0} or np.adapt_status = {0} or np.self_test_status = {0} " + |
|
|
|
" or np.test_valid_status = {0} or np.xcfhx_apply_status = {0})", req.getBidStatus()); |
|
|
|
"and (np.status = {0} or np.xcfhx_apply_status = {0})", req.getBidStatus()); |
|
|
|
} |
|
|
|
Page<Project> page = projectService.page(req.page(), query); |
|
|
|
if (page.getTotal() == 0) { |
|
|
|