|
|
@@ -109,10 +109,6 @@ public class SysQueryVehicleConfigServiceImpl extends ServiceImpl<SysQueryVehicl
|
|
|
if(ObjectUtils.isEmpty(sysQueryVehicleConfigDTO)) {
|
|
|
return null;
|
|
|
}
|
|
|
- String substring = sysQueryVehicleConfigDTO.getCompanyId().substring(0, 4);
|
|
|
- if (InsuranceEnum.ZMBX.getCode().equals(substring)) {
|
|
|
- return null;
|
|
|
- }
|
|
|
return sysQueryVehicleConfigDTO;
|
|
|
}
|
|
|
|