|
|
|
@ -38,10 +38,10 @@
|
|
|
|
|
and `name` like concat('%',#{param.name},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.createDept != null and param.createDept != ''"> |
|
|
|
|
and create_dept like concat('%',#{param.createDept},'%') |
|
|
|
|
and create_dept = #{param.createDept} |
|
|
|
|
</if> |
|
|
|
|
<if test="param.examineDeptName != null and param.examineDeptName != ''"> |
|
|
|
|
and examine_dept_name like concat('%',#{param.examineDeptName},'%') |
|
|
|
|
and examine_dept_name = #{param.examineDeptName} |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
|
order by create_time desc |
|
|
|
|