Commit 87e7b154 authored by 李洪明's avatar 李洪明

修改长传数据

parent b1f8f9e2
......@@ -103,7 +103,7 @@ public class TransportDateService {
public MaterialInfo convertMaterialInfo(TransportDate transportDate) {
MaterialInfo materialInfo = new MaterialInfo();
materialInfo.setCargoname(transportDate.getTransportName());
materialInfo.setUnit("");
materialInfo.setUnit("T");
materialInfo.setCargoquantity(transportDate.getTransportVolume().toString());
if (Objects.equals(transportDate.getInOut(), 1)) {
InAndOutDateUrl record = inAndOutDateUrlMapper.getLastInRecord(transportDate.getNumberPlate(), transportDate.getInoutTime());
......
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