Commit 02bafaf4 authored by 刘_震's avatar 刘_震

最近公式查询-优化

parent 9f689033
...@@ -56,8 +56,8 @@ public class WagesConversionController extends BaseController { ...@@ -56,8 +56,8 @@ public class WagesConversionController extends BaseController {
return new AjaxResult(200, "成功", wagesConversionService.selectWagesConversionDataById(id)); return new AjaxResult(200, "成功", wagesConversionService.selectWagesConversionDataById(id));
} }
@RequestMapping("/recentFormulas") @GetMapping("/recentFormulas")
public AjaxResult recentFormulas(@RequestBody String mineId){ public AjaxResult recentFormulas(@RequestParam("mineId") String mineId){
return new AjaxResult(200, "成功", wagesConversionService.recentFormulas(mineId)); return new AjaxResult(200, "成功", wagesConversionService.recentFormulas(mineId));
} }
} }
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