Commit 61840170 authored by 凡昌松's avatar 凡昌松

fix:修改bug

parent 13409d41
...@@ -152,9 +152,10 @@ public class CheckRealVehicleVerificationImpl ...@@ -152,9 +152,10 @@ public class CheckRealVehicleVerificationImpl
* 出现重复的零几案名称,在其后面追加序号 * 出现重复的零几案名称,在其后面追加序号
*/ */
data.setParameterName(checkRealVehicleVerificationDto.getParameterName()); data.setParameterName(checkRealVehicleVerificationDto.getParameterName());
if (itemVlaueList.get(i) != null) {
data.setVehicleType(itemVlaueList.get(i).getCpxh()); data.setVehicleType(itemVlaueList.get(i).getCpxh());
data.setParamConfig(itemVlaueList.get(i).getItemVlaue()); data.setParamConfig(itemVlaueList.get(i).getItemVlaue());
}
if (data.getParamConfig() != null && !data.getParamConfig().isEmpty()) { if (data.getParamConfig() != null && !data.getParamConfig().isEmpty()) {
if (data.getParamConfig().startsWith("/")) { if (data.getParamConfig().startsWith("/")) {
data.setParamConfig(data.getParamConfig().substring(1)); data.setParamConfig(data.getParamConfig().substring(1));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment