|
|
@@ -107,6 +107,9 @@
|
|
|
<if test="name != null and name != ''">
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
</if>
|
|
|
+ <if test="expertAudit != null and expertAudit !=''">
|
|
|
+ and b.expert_audit = #{expertAudit,jdbcType=VARCHAR}
|
|
|
+ </if>
|
|
|
<if test="shareType != null">
|
|
|
and a.share_type = #{shareType,jdbcType=VARCHAR}
|
|
|
</if>
|