提交 9361fd91 作者: 刘明祎-运维用途

修改bug

上级 3acb147a
流水线 #7346 已通过 于阶段
in 2 分 23 秒
...@@ -511,9 +511,11 @@ ...@@ -511,9 +511,11 @@
where ua.disable = 0 and back_user_id = #{backUserId} where ua.disable = 0 and back_user_id = #{backUserId}
</select> </select>
<select id="selectUserIdByBackUserId" resultType="java.lang.Integer"> <select id="selectUserIdByBackUserId" resultType="java.lang.Integer">
select user_account_id from company_back_user cbu select uat.user_account_id from company_back_user cbu
left join company_member cm on cbu.company_info_id = cm.company_info_id left join company_member cm on cbu.company_info_id = cm.company_info_id
inner join user_apply_tag uat on uat.user_account_id = cm.user_account_id
where cbu.back_user_account_id = #{backUserId} where cbu.back_user_account_id = #{backUserId}
limit 1
</select> </select>
</mapper> </mapper>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论