Commit 30e09776 by 吴迪

【新增】修改代码

parent 2c5ebb54
......@@ -87,6 +87,7 @@ public class BranchController {
public R delete(@RequestBody String[] branchCodes){
branchService.removeByIds(Arrays.asList(branchCodes));
return R.ok();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment