Commit 386a24ab authored by 曹军's avatar 曹军

上传定时任务,优化代码

parent e4eccfdb
......@@ -187,7 +187,7 @@ public class BeanConverter {
info.setVehiclePlaque(Base64Utils.imgToBase64WithCompress(Base64Utils.encodeImageUrl(item.getDeviceImage())));
}
info.setMachMfr(null);
info.setEngNetPower(null);
info.setEngNetPower("0");
info.setMachNetStatus(1);
info.setMachNetData(1);
list.add(info);
......
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