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>