fix
This commit is contained in:
parent
61ff731d15
commit
fc8f9aa364
|
|
@ -34,7 +34,7 @@ public class DevInfoController extends BaseController
|
|||
*/
|
||||
@RequiresPermissions("equip:info:list")
|
||||
@PostMapping("/list")
|
||||
public TableDataInfo list(DevInfoVo devInfo)
|
||||
public TableDataInfo list(@RequestBody DevInfoVo devInfo)
|
||||
{
|
||||
startPage(devInfo.getPageNum(), devInfo.getPageSize());
|
||||
List<DevInfoVo> list = devInfoService.selectDevInfoList(devInfo);
|
||||
|
|
|
|||
Loading…
Reference in New Issue