Просмотр исходного кода

企业关联服务商-仅查询所在平台下启用的服务商

ZhangWenQiang 5 лет назад
Родитель
Сommit
8658a07663

+ 1 - 1
happy-boot-module-powerjob/src/main/java/org/jeecg/modules/hlgplatform/mapper/xml/HlgPlatformSubcontractorMapper.xml

@@ -105,7 +105,7 @@
 		<include refid="hlgPlatformSubcontractorColumns"/>
 		FROM hlg_platform_subcontractor a
 		<include refid="hlgPlatformSubcontractorJoins"/>
-		where a.platform_id=#{0}
+		where a.platform_id = #{0} and a.is_on = 1
 		group by a.id
 	</select>