Commit 652c46195c9c7dcd27cd3c697b698c9736f62c12

Authored by 李泰瑜
1 parent 24eef6fa

地址错了改回来

src/main/java/com/huaheng/pc/config/material/controller/MaterialController.java
... ... @@ -150,7 +150,7 @@ public class MaterialController extends BaseController {
150 150 @GetMapping("/editBatch/{ids}")
151 151 public String editBatch (@PathVariable("ids") String ids, ModelMap mmap) {
152 152 mmap.put("ids", ids);
153   - return prefix + "/editpriority";
  153 + return prefix + "/editBatch";
154 154 }
155 155  
156 156 /**
... ...