zhongrj
2024-12-24 957ce4a101415487eb2d747a59243bfbbadccc4d
src/main/java/org/springblade/modules/yw/mapper/EmergencySpaceMapper.xml
@@ -25,6 +25,9 @@
        <if test="emergencySpace.preLevel!=null">
            and yes.pre_level = #{emergencySpace.preLevel}
        </if>
        <if test="emergencySpace.category!=null">
            and yes.category = #{emergencySpace.category}
        </if>
    </select>
    <!--获取应急空间统计数据-->
@@ -47,6 +50,8 @@
        WHERE
            is_deleted = 0
            and type != 7
            and type != 9
            and type != 11
            AND type IS NOT NULL
            GROUP BY type
    </select>