Commit eb8efac8 authored by 李洪明's avatar 李洪明

修改长传数据

parent e66db467
......@@ -112,10 +112,12 @@ public class TransportDateService {
String timeStr = Objects.requireNonNull(DateUtils.format(DateUtils.toDate(record.getInOutTime()), DateUtils.DATE_FORMAT_MIN)).substring(0, DateUtils.DATE_FORMAT_MIN.length());
String rsn = COMPANY_CODE + timeStr + "1";
materialInfo.setEntryexitflownumber(rsn);
return materialInfo;
} else {
return null;
}
} else {
return null;
}
return materialInfo;
}
}
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