xuhy
2025-01-03 b6373daa40c3dc17ca107f3666fd252f3b6b0778
ruoyi-system/src/main/resources/mapper/system/TIndexMenuMapper.xml
@@ -38,7 +38,7 @@
        FROM t_technical_title tt
        WHERE 1=1 and tt.is_delete = 0
        <if test="cityCode != null and cityCode.size() > 0">
            <foreach collection="cityCode" item="id"  separator=",">
            <foreach collection="cityCode" item="id" >
                and   FIND_IN_SET(#{id}, tt.region_ids)
            </foreach>
        </if>