|
|
|
@ -37,9 +37,7 @@ public class GetFreightTemplateList extends SPIBaseService implements ExtensionS
|
|
|
|
|
|
|
|
|
|
// ----业务处理----
|
|
|
|
|
FreightTemplateListParam param = new FreightTemplateListParam();
|
|
|
|
|
param.setName(fields.getName());
|
|
|
|
|
param.setPage(fields.getPageNo());
|
|
|
|
|
param.setSize(fields.getPageSize());
|
|
|
|
|
param.setSize(fields.getSize());
|
|
|
|
|
FreightTemplateListData data = DdRequestUtil.FreightTemplateListDataRequest(param);
|
|
|
|
|
Map<String, Object> result = new HashMap<>();
|
|
|
|
|
result.put("data", data.getList());
|
|
|
|
|