|
@@ -350,6 +350,9 @@
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
AND g.education_type_id = #{educationTypeId}
|
|
AND g.education_type_id = #{educationTypeId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="projectId != null and projectId != ''">
|
|
|
|
+ AND g.project_id = #{projectId}
|
|
|
|
+ </if>
|
|
<if test="realname != null and realname != ''">
|
|
<if test="realname != null and realname != ''">
|
|
AND u.realname like concat('%', #{realname}, '%')
|
|
AND u.realname like concat('%', #{realname}, '%')
|
|
</if>
|
|
</if>
|
|
@@ -441,6 +444,9 @@
|
|
<if test="businessId != null and businessId != ''">
|
|
<if test="businessId != null and businessId != ''">
|
|
AND g.business_id = #{businessId}
|
|
AND g.business_id = #{businessId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="projectId != null and projectId != ''">
|
|
|
|
+ AND g.project_id = #{projectId}
|
|
|
|
+ </if>
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
<if test="educationTypeId != null and educationTypeId != ''">
|
|
AND g.education_type_id = #{educationTypeId}
|
|
AND g.education_type_id = #{educationTypeId}
|
|
</if>
|
|
</if>
|