|
|
@ -144,7 +144,7 @@ public class WmsInventoryCheckbillRest { |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("导出") |
|
|
|
@PostMapping("/excelList") |
|
|
|
@PostMapping("/downloadExcel") |
|
|
|
public void excelList(@RequestParam("sid") String sid){ |
|
|
|
//得到所有要导出的数据
|
|
|
|
List<WmsInventoryCheckbillDetailGoodExcel> exportVoList = wmsInventoryCheckbillService.excelList(sid); |
|
|
|