Commit 379e31b3 authored by yff's avatar yff

修改BUG

parent c76d4060
...@@ -296,7 +296,7 @@ public class GpfkController extends BaseController { ...@@ -296,7 +296,7 @@ public class GpfkController extends BaseController {
} }
} }
@RequestMapping(value = "/zpwl", method = RequestMethod.POST) @RequestMapping(value = "/zpwk", method = RequestMethod.POST)
@ResponseBody @ResponseBody
public Object query(@RequestBody JSONObject param) { public Object query(@RequestBody JSONObject param) {
FkCondition condition = JSONObject.toJavaObject(param, FkCondition.class); FkCondition condition = JSONObject.toJavaObject(param, FkCondition.class);
......
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