This commit is contained in:
linfso 2025-05-09 07:11:38 +08:00
parent 92da74b9e8
commit 7b14f994a7

View File

@ -290,7 +290,7 @@ public class CommonController extends BaseController
List<Map> rstList = new ArrayList(); List<Map> rstList = new ArrayList();
Map<String,Object> rstMap = new HashMap<>(); Map<String,Object> rstMap = new HashMap<>();
rstMap.put("billCode",mainNo); rstMap.put("billCode",mainNo);
List<Map> stepList=emisTmsScanRecordService.queryWaybillTraceInfo(mainNo,lang); List<Map> stepList=emisTmsScanRecordService.queryWaybillTraceInfo(mainNo,lang,false);
rstMap.put("steps",stepList); rstMap.put("steps",stepList);
rstList.add(rstMap); rstList.add(rstMap);