This commit is contained in:
linfso 2024-08-21 10:19:54 +08:00
parent cc0da2eaa3
commit 7eba6c5db6
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ public class EmisWaybillTransferController extends EmisBaseController
scanDateItem.put("transferCode",emisWaybillTransfer.getTransferExpress());
scanDateItem.put("transferBillcode",emisWaybillTransfer.getTransferBillCode());
scanDateItem.put("destCity",emisWaybillTransfer.getTransferCity());
scanDateItem.put("scanDate", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,new Date()));
scanDateItem.put("scanDate", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,emisWaybillTransfer.getTransferDate()));
scanDateItem.put("transferDate", DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,emisWaybillTransfer.getTransferDate()));
scanDateItem.put("transferResean", emisWaybillTransfer.getTransferResean());
scanDateItem.put("transferFee", emisWaybillTransfer.getTransferFee());

View File

@ -191,7 +191,7 @@ public class Kd100Helper {
// String str=queryTraceByMainNoAndCom("T7080300002588","探路速运");
// String str=queryTraceByMainNoAndCom("SF080300002588","shunfeng","1234");
// String str=pollTraceByMainNoAndCom("SF080300002588","shunfeng","1234");
String str=pollTraceByMainNoAndCom("SF080300002588","shunfeng","1234");
// String str=queryTraceByMainNoAndCom("T7080398716","","");
// System.out.println(str);
// List<EmisTmsScanRecord> list=cvtTraceToScanRecord("12321",str);