This commit is contained in:
parent
1f3c3bc460
commit
f5bc0c0e08
|
|
@ -1413,6 +1413,7 @@ public class LeaseApplyInfoServiceImpl implements ILeaseApplyInfoService {
|
|||
(item.getCreateBy() != null && item.getCreateBy().contains(keyWord)) ||
|
||||
(item.getLeasePerson() != null && item.getLeasePerson().contains(keyWord)) ||
|
||||
(item.getImpUnitName() != null && item.getImpUnitName().contains(keyWord)) ||
|
||||
(item.getTypeModelName() != null && item.getTypeModelName().contains(keyWord)) ||
|
||||
(item.getBusinessCode() != null && item.getBusinessCode().contains(keyWord));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue