Commit b7b46544 by chentian

修改布控

parent 41e9bfb0
......@@ -67,7 +67,7 @@ public class BkController {
return "/bkxx/bkxxlist";
}
@RequestMapping(value ="/saveBkxx",method = {RequestMethod.POST})
@RequestMapping(value ="/saveBkxx")
@ResponseBody
public ResultVO saveBkxx( Bkxx bkxx){
return bkService.saveBkxx(bkxx);
......
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