@ -193,7 +193,7 @@
b1.`name`
FROM auth_warehouse_bustype a1
INNER JOIN basic_bussiness_type b1 ON a1.action = b1.action
where b1.spUse = 1
where (b1.spUse = 1 or b1.spUse = 2)
and a1.code = #{code}
group by b1.id
</select>