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

最近公式查询-优化

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