md
This commit is contained in:
parent
7b14f994a7
commit
81eb682234
@ -321,7 +321,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);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user