Your Name
2023-01-26 cfed607d085002b737ff54992ebd469954362ab3
java110-db/src/main/resources/mapper/user/RoleCommunityV1ServiceDaoImplMapper.xml
@@ -133,8 +133,6 @@
        <if test="storeId !=null and storeId != ''">
            and t.store_id= #{storeId}
        </if>
    </select>
    <select id="queryRoleCommunitysName" parameterType="Map" resultType="Map">
@@ -163,7 +161,7 @@
        <if test="storeId !=null and storeId != ''">
            and t.store_id= #{storeId}
        </if>
        order by t.create_time desc
        order by t.community_id desc
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>