|
|
@@ -30,7 +30,7 @@
|
|
|
left join district_glossory dg3 on b.area = dg3.id
|
|
|
left join industry_category c on b.industry = c.id
|
|
|
left join admin d on a.aid = d.id
|
|
|
- where a.type = 0 and a.status != 1 and a.audit_status = 1
|
|
|
+ where a.type = 0 and a.status != 1
|
|
|
<if test="aid != null and aid !=''">
|
|
|
and a.aid = #{aid,jdbcType=VARCHAR}
|
|
|
</if>
|