|
|
@@ -487,11 +487,7 @@
|
|
|
where d.deleted_sign = 0 and d.data_category = 0
|
|
|
<if test="adminId != null">
|
|
|
and (u.mid = #{adminId,jdbcType=VARCHAR}
|
|
|
- </if>
|
|
|
- <if test="adminId != null">
|
|
|
or d.principal_id = #{adminId,jdbcType=VARCHAR}
|
|
|
- </if>
|
|
|
- <if test="adminId != null">
|
|
|
or d.tech_broker_id = #{adminId,jdbcType=VARCHAR}
|
|
|
)
|
|
|
</if>
|
|
|
@@ -515,6 +511,7 @@
|
|
|
</if>
|
|
|
<if test="employerName != null">
|
|
|
and d.employer_name like CONCAT('%',#{employerName,jdbcType=VARCHAR},'%')
|
|
|
+ and d.employer_id is null
|
|
|
</if>
|
|
|
<if test="infoSources != null">
|
|
|
and d.info_sources = #{infoSources,jdbcType=INTEGER}
|
|
|
@@ -558,11 +555,7 @@
|
|
|
where d.deleted_sign = 0 and d.data_category = 0
|
|
|
<if test="adminId != null">
|
|
|
and (u.mid = #{adminId,jdbcType=VARCHAR}
|
|
|
- </if>
|
|
|
- <if test="adminId != null">
|
|
|
or d.principal_id = #{adminId,jdbcType=VARCHAR}
|
|
|
- </if>
|
|
|
- <if test="adminId != null">
|
|
|
or d.tech_broker_id = #{adminId,jdbcType=VARCHAR}
|
|
|
)
|
|
|
</if>
|
|
|
@@ -586,6 +579,7 @@
|
|
|
</if>
|
|
|
<if test="employerName != null">
|
|
|
and d.employer_name like CONCAT('%',#{employerName,jdbcType=VARCHAR},'%')
|
|
|
+ and d.employer_id is null
|
|
|
</if>
|
|
|
<if test="infoSources != null">
|
|
|
and d.info_sources = #{infoSources,jdbcType=INTEGER}
|