|
|
@@ -1686,7 +1686,7 @@
|
|
|
on b.location_city=c1.id left join district_glossory c2
|
|
|
on b.location_area=c2.id left join industry_category d on b.industry = d.id
|
|
|
where a.status=0
|
|
|
- a.information_maintainer = #{aid,jdbcType=VARCHAR}
|
|
|
+ and a.information_maintainer = #{aid,jdbcType=VARCHAR}
|
|
|
<if test="type !=null and type!=''">
|
|
|
and a.`type`=#{type,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
@@ -1805,6 +1805,7 @@ from
|
|
|
on b.location_city=c1.id left join district_glossory c2
|
|
|
on b.location_area=c2.id left join industry_category d
|
|
|
on b.industry = d.id
|
|
|
+ where 1=1
|
|
|
<if test="type !=null and type!=''">
|
|
|
and a.`type`=#{type,jdbcType=VARCHAR}
|
|
|
</if>
|