|
@ -79,7 +79,7 @@ |
|
|
|
|
|
|
|
|
<!-- 根据userId查询注册网格ID --> |
|
|
<!-- 根据userId查询注册网格ID --> |
|
|
<select id="selectRegisterGridIdByUserId" resultType="java.lang.String"> |
|
|
<select id="selectRegisterGridIdByUserId" resultType="java.lang.String"> |
|
|
SELECT GRID_ID FROM register_relation WHERE DEL_FLAG = 0 and USER_ID = #{userId} |
|
|
SELECT GRID_ID FROM register_relation WHERE DEL_FLAG = 0 AND FIRST_REGISTER = 1 and USER_ID = #{userId} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<!-- 居民注册关系 --> |
|
|
<!-- 居民注册关系 --> |
|
|