|
|
@@ -245,7 +245,7 @@ public class BizWaybillOrderController extends BaseController
|
|
|
* 下载批量下单模板
|
|
|
*/
|
|
|
@RequiresPermissions("system:order:add")
|
|
|
- @GetMapping("/importTemplate")
|
|
|
+ @PostMapping("/importTemplate")
|
|
|
public void importTemplate(HttpServletResponse response, @RequestParam("orderType") Integer orderType) throws IOException {
|
|
|
if (1 == orderType) {
|
|
|
List<String> productCodes = getProductCodeList(); // 从数据库获取产品类型
|