|
|
@ -124,6 +124,10 @@ public class BaseVehicleOutApplyService extends MybatisBaseService<BaseVehicleOu |
|
|
|
if (StringUtils.isNotBlank(params.getIsDelete())) { |
|
|
|
qw.eq("bvo.isDelete", params.getIsDelete()); |
|
|
|
} |
|
|
|
//车型配置简称
|
|
|
|
if (StringUtils.isNotBlank(params.getModelName())) { |
|
|
|
qw.like("bv.modelName", params.getModelName()); |
|
|
|
} |
|
|
|
//物料编码
|
|
|
|
if (StringUtils.isNotBlank(params.getMaterialCode())) { |
|
|
|
qw.like("bvo.materialCode", params.getMaterialCode()); |
|
|
|