Commit 59bdc015 authored by zhh's avatar zhh
Browse files

问题修复

parent c295f5a8
......@@ -118,7 +118,7 @@ public class PmsBrandController {
}
@ApiOperation(value = "批量更新厂家制造商状态")
@RequestMapping(value = "/update/factoryStatus", method = RequestMethod.GET)
@RequestMapping(value = "/update/factoryStatus", method = RequestMethod.POST)
@ResponseBody
public Object updateFactoryStatus(@RequestParam("ids") List<Long> ids,
@RequestParam("factoryStatus") Integer factoryStatus) {
......
Supports Markdown
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