|
|
@ -644,7 +644,7 @@ public class BaseVehmodelConfigService extends MybatisBaseService<BaseVehmodelCo |
|
|
|
qw.like("bmc.configName", query.getConfigName()); |
|
|
|
} |
|
|
|
if (StringUtils.isNotBlank(query.getCarBrandSid())){ |
|
|
|
qw.like("bmc.brandSid", query.getCarBrandSid()); |
|
|
|
qw.eq("bvm.carBrand", query.getCarBrandSid()); |
|
|
|
} |
|
|
|
qw.eq("bvm.isDelete", 0); |
|
|
|
qw.eq("bmc.isDelete", 0); |
|
|
|