qushaowei
2025-06-17 68b6b248be403bfd684472a4a4876e5d35101e71
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/mapper/xml/StreamMapper.xml
@@ -13,11 +13,12 @@
            <when test="areaId != null and areaId != ''">
                and t2.area_id = #{areaId}
            </when>
            <otherwise>
                and t2.area_id = '-1'
            </otherwise>
        </choose>
        </choose>
        ORDER BY t1.create_time desc
    </select>
<!--    <otherwise>-->
<!--        and t2.area_id = '-1'-->
<!--    </otherwise>-->
</mapper>