多个网格员问题
This commit is contained in:
parent
4507ffd992
commit
7f6fa62402
@ -246,6 +246,7 @@
|
||||
<result column="othertext" property="othertext"/>
|
||||
</resultMap>
|
||||
|
||||
<!-- 取第一条 -->
|
||||
<select id="getCreatorArea" parameterType="java.lang.String" resultMap="populationInfoAreaDTO">
|
||||
SELECT
|
||||
area_id,
|
||||
@ -254,6 +255,9 @@
|
||||
v_community_boss
|
||||
WHERE
|
||||
community_boss_user_id = #{creator}
|
||||
ORDER BY
|
||||
community_boss_level DESC
|
||||
LIMIT 1
|
||||
</select>
|
||||
|
||||
<!-- 新增基础人口信息 -->
|
||||
|
Loading…
Reference in New Issue
Block a user