|
|
@@ -519,8 +519,9 @@
|
|
|
a.type = 1
|
|
|
and a.share_type = 1
|
|
|
and a.status != 1
|
|
|
+ and a.source != 0
|
|
|
<if test="aid != null and aid !=''">
|
|
|
- and a..aid = #{aid,jdbcType=VARCHAR}
|
|
|
+ and a.aid = #{aid,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="name != null and name != ''">
|
|
|
and a.identify_name like concat('%',#{name},'%')
|
|
|
@@ -557,8 +558,9 @@
|
|
|
a.type = 1
|
|
|
and a.share_type = 1
|
|
|
and a.status != 1
|
|
|
+ and a.source != 0
|
|
|
<if test="aid != null and aid !=''">
|
|
|
- and a..aid = #{aid,jdbcType=VARCHAR}
|
|
|
+ and a.aid = #{aid,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="name != null and name != ''">
|
|
|
and a.identify_name like concat('%',#{name},'%')
|