SZHGYL-289修改
This commit is contained in:
@@ -1191,11 +1191,11 @@ public class ContractServiceImpl implements ContractService {
|
||||
if (StringUtils.isNotEmpty(queryReqVO.getContractName())
|
||||
|| StringUtils.isNotEmpty(queryReqVO.getContractPaperNumber())) {
|
||||
contractIds = getContractIds(queryReqVO.getContractName(), queryReqVO.getContractPaperNumber());
|
||||
}
|
||||
|
||||
// 未查询到相关合同
|
||||
if (CollectionUtils.isEmpty(contractIds)) {
|
||||
return new PageResult<>();
|
||||
// 未查询到相关合同
|
||||
if (CollectionUtils.isEmpty(contractIds)) {
|
||||
return new PageResult<>();
|
||||
}
|
||||
}
|
||||
|
||||
// 分页查询
|
||||
@@ -1218,11 +1218,11 @@ public class ContractServiceImpl implements ContractService {
|
||||
List<Long> contractIds = new ArrayList<>();
|
||||
if (StringUtils.isNotEmpty(queryReqVO.getContractName()) || StringUtils.isNotEmpty(queryReqVO.getContractPaperNumber())) {
|
||||
contractIds = getContractIds(queryReqVO.getContractName(), queryReqVO.getContractPaperNumber());
|
||||
}
|
||||
|
||||
// 未查询到相关合同
|
||||
if (CollectionUtils.isEmpty(contractIds)) {
|
||||
return new PageResult<>();
|
||||
// 未查询到相关合同
|
||||
if (CollectionUtils.isEmpty(contractIds)) {
|
||||
return new PageResult<>();
|
||||
}
|
||||
}
|
||||
|
||||
// 分页查询
|
||||
@@ -1245,11 +1245,11 @@ public class ContractServiceImpl implements ContractService {
|
||||
List<Long> contractIds = new ArrayList<>();
|
||||
if (StringUtils.isNotEmpty(queryReqVO.getContractName()) || StringUtils.isNotEmpty(queryReqVO.getContractPaperNumber())) {
|
||||
contractIds = getContractIds(queryReqVO.getContractName(), queryReqVO.getContractPaperNumber());
|
||||
}
|
||||
|
||||
// 未查询到相关合同
|
||||
if (CollectionUtils.isEmpty(contractIds)) {
|
||||
return new PageResult<>();
|
||||
// 未查询到相关合同
|
||||
if (CollectionUtils.isEmpty(contractIds)) {
|
||||
return new PageResult<>();
|
||||
}
|
||||
}
|
||||
|
||||
// 分页查询
|
||||
|
||||
Reference in New Issue
Block a user