Commit f8799290 authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:gavelinfo/kwell-mes

parents a99dbf50 a0df138f
...@@ -296,7 +296,7 @@ public class GpfkController extends BaseController { ...@@ -296,7 +296,7 @@ public class GpfkController extends BaseController {
} }
} }
@RequestMapping(value = "/zpwk", method = RequestMethod.POST) @RequestMapping(value = "/zpfk", 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