提交 57e2aacf 作者: 刘明祎-运维用途

展示后台管理员id

上级 8c59d8b7
......@@ -196,7 +196,7 @@
and pjt.back_user_id = #{backUserId} and pjt.pilot_status = 1
</if>
<if test="isTeam = 1">
pjt.back_user_id is not null
and pjt.back_user_id is not null and pjt.pilot_status = 1
</if>
order by pc.update_time desc, pc.create_time desc
limit #{pageNo}, #{pageSize}
......@@ -508,8 +508,8 @@
</select>
<select id="selectCompanyNameByFlyingUserId"
resultType="com.mmc.iuav.user.model.dto.dronepilot.FlyingTeam">
select company_name,
back_user_id,
select ci.company_name,
cbu.back_user_account_id,
cm.user_account_id as messageId
from company_info ci
inner join company_back_user cbu on ci.id = cbu.company_info_id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论