张天森
2022-10-21 0e0b912d72488a58560da3706e105a5dd2b6efe7
flower_city/src/main/resources/mapper/GuideEvolveMapper.xml
@@ -137,24 +137,6 @@
        select count(id) from automessage_guide_evolve
    </select>
    <!--  首页统计使用 勿动  -->
    <select id="countStatisticsNum" resultType="integer">
        select count(id) from automessage_guide_evolve
        <where>
            <if test="state != null and state != ''">
                and automessage_guide_evolve.state=#{state}
            </if>
            <if test="isTimeout != null and isTimeout != ''">
                and automessage_guide_evolve.is_timeout=#{isTimeout}
            </if>
        </where>
    </select>
</mapper>