|
|
@@ -174,7 +174,8 @@
|
|
|
a.is_on =1
|
|
|
and a.authentication_status=2
|
|
|
and a.is_mobile_display=1
|
|
|
- and hp.id=#{hwRequirementAPI.platformId}
|
|
|
+ and (hp.id=#{hwRequirementAPI.platformId} or hp.is_share=1)
|
|
|
+ and hp.status=0
|
|
|
<if test="hwRequirementAPI.provinceCode != null">
|
|
|
AND a.province_code = #{hwRequirementAPI.provinceCode}
|
|
|
</if>
|