提交 483af31a 作者: zhenjie

单位绑定查询限制

上级 dfeef9f5
......@@ -218,7 +218,7 @@
</select>
<select id="getCompanyBackUserByCompanyId" resultType="com.mmc.iuav.user.entity.CompanyBackUserDO">
select id, back_user_account_id, company_info_id from company_back_user where company_info_id = #{companyInfoId}
select id, back_user_account_id, company_info_id from company_back_user where company_info_id = #{companyInfoId} limit 1
</select>
<select id="getCompanyBackUserByBackUserId" resultType="com.mmc.iuav.user.entity.CompanyBackUserDO">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论