标签:
@RequestMapping(params = "datagrid")
public void datagrid(TbStudentDepEntity tbStudentDep,HttpServletRequest request, HttpServletResponse response, DataGrid dataGrid)
这是一个jeecg的查询方式,假设你的项目中有出现这种情况
需要你按照班级查询,但是 cq.eq("depart.id", id);是不能把部门id正常涉入,你还需要把该字段的选择部门id去掉,即 tbStudentDep.setDepart(null);
标签:
原文地址:http://www.cnblogs.com/mrdoor/p/4762580.html