get方法返回结果会出现2条记录 报错 解决方式选择 sql添加limit 1

This commit is contained in:
wans 2021-07-09 14:41:48 +08:00
parent 912a185b8f
commit 16622665d4

View File

@ -240,6 +240,7 @@
AND AND
t1.community_boss_level = #{communityBossLevel} t1.community_boss_level = #{communityBossLevel}
</if> </if>
limit 1
</select> </select>
<!-- 新增网格长和社区关系 --> <!-- 新增网格长和社区关系 -->