Commit ce11f90d authored by 韩桐桐's avatar 韩桐桐

fix(jg):修改提示语

parent 1162a630
......@@ -544,7 +544,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
log.info("历史车用气瓶==匹配到的==>使用登记证编号:{},车辆VIN码:{}", JSON.toJSONString(useRegMapList), JSON.toJSONString(VINMapList));
log.info("历史车用气瓶====>是否本企业使用登记证编号:{},是否本企业车辆VIN码:{}", certificateOfTheEnterprise, VINOfTheEnterprise);
}
throw new BadRequest("使用登记证证号和车辆VIN码不匹配,请联系管理员!");
throw new BadRequest("使用登记证号和车辆VIN码数据异常,请联系管理员!");
}
}
}
......
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