@RequestMapping(params = "datagrid")
    public void datagrid(TbStudentDepEntity tbStudentDep,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid)

这是一个jeecg的查询方式,假设你的项目中有出现这种情况jeecg的cq查询方式

需要你按照班级查询,但是    cq.eq("depart.id", id);是不能把部门id正常涉入,你还需要把该字段的选择部门id去掉,即    tbStudentDep.setDepart(null);

相关文章:

  • 2022-12-23
  • 2021-12-21
  • 2021-08-08
  • 2021-07-30
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
相关资源
相似解决方案