Commit a4c44de766fadf2abc3702f7a16870be69d3e4aa
Merge branch 'develop' of http://www.huahengrobot.com:90/wms/wms2 into develop
Showing
1 changed file
with
1 additions
and
1 deletions
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 | /** |
... | ... |