辅导员审核增加班级搜索
This commit is contained in:
@@ -43,6 +43,7 @@ public class CphSearch {
|
|||||||
|
|
||||||
public String xm;
|
public String xm;
|
||||||
public String xh;
|
public String xh;
|
||||||
|
private String bj;
|
||||||
/** 贫困生认定意见*/
|
/** 贫困生认定意见*/
|
||||||
public String yj;
|
public String yj;
|
||||||
public String classCode;
|
public String classCode;
|
||||||
|
|||||||
@@ -204,6 +204,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
<if test="stuNo != null "> and a.xh = #{stuNo}</if>
|
<if test="stuNo != null "> and a.xh = #{stuNo}</if>
|
||||||
<if test="xm != null "> and a.xm like concat('%',#{xm},'%')</if>
|
<if test="xm != null "> and a.xm like concat('%',#{xm},'%')</if>
|
||||||
<if test="xh != null "> and a.xh like concat('%',#{xh},'%')</if>
|
<if test="xh != null "> and a.xh like concat('%',#{xh},'%')</if>
|
||||||
|
<if test="classId != null "> and c.class_id = #{classId}</if>
|
||||||
</where>
|
</where>
|
||||||
order by a.id asc
|
order by a.id asc
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Reference in New Issue
Block a user