|
@@ -88,7 +88,7 @@ public class EmployeeController {
|
|
* 查询全部
|
|
* 查询全部
|
|
*/
|
|
*/
|
|
@RequestMapping("/findAll")
|
|
@RequestMapping("/findAll")
|
|
- public R findAll(Integer formFarmId){
|
|
|
|
|
|
+ public R findAll(@RequestParam Integer formFarmId){
|
|
List list = employeeService.findAll(formFarmId);
|
|
List list = employeeService.findAll(formFarmId);
|
|
|
|
|
|
return R.ok().put("all",list);
|
|
return R.ok().put("all",list);
|