提交 14b5e06b 作者: xiaowang

数据看板bug修复

上级 d7976068
...@@ -480,9 +480,12 @@ ...@@ -480,9 +480,12 @@
</select> </select>
<select id="getStoreCountByType" resultType="java.lang.Integer"> <select id="getStoreCountByType" resultType="java.lang.Integer">
select count(*) select count(*)
from user_apply_tag from user_apply_tag ua
where is_deleted = 0 INNER JOIN cooperation_tag ct ON ua.cooperation_tag_id = ct.id
and apply_status = 1 INNER JOIN company_member cm ON cm.user_account_id = ua.user_account_id
and cooperation_tag_id = #{type} INNER JOIN company_info ci ON cm.company_info_id = ci.id
where ua.is_deleted = 0
and ua.cooperation_tag_id = #{type}
and ua.apply_status = 1
</select> </select>
</mapper> </mapper>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论