|
|
|
@ -252,4 +252,12 @@ public class DistributionParcelListController extends BladeController {
|
|
|
|
|
ExcelUtil.export(response, "包件明细数据" + DateUtil.time(), "包件明细表", list, DistributionParcelListExcel.class); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@GetMapping("/searchNode") |
|
|
|
|
@ApiOperationSupport(order = 9) |
|
|
|
|
@ApiOperation(value = "导出包件明细数据", notes = "传入paramMap") |
|
|
|
|
public R searchNode(@ApiIgnore @RequestParam String packageCode) { |
|
|
|
|
R r = distributionParcelListService.searchNode(packageCode); |
|
|
|
|
return r; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|