LiFei 4 лет назад
Родитель
Сommit
767ac910bc

+ 2 - 1
happy-boot-module-flexjob/src/main/java/org/jeecg/modules/requiremanager/mapper/xml/HwRequirementMapper.xml

@@ -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>