张天森
2022-11-17 88e284b20352460f7de6665c5bb2dff919848dd1
三说会堂大屏统计修改
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -692,7 +692,7 @@
        having serviceTimes<>'' and serviceTime<>''
        order by serviceTimes desc
    </select>
    <select id="selectCount" resultType="Integer">
     <select id="selectCount" resultType="Integer">
        select count(id)  from com_act_neighbor_circle
        <where>
            <if test="type!=null">
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComSanshuoExpertDao.xml
@@ -121,7 +121,7 @@
    </select>
    <select id="selectExpertCount" resultType="Integer">
        select count(id) from com_sanshuo_expert
        where del_flag=1 and status=1
        where del_flag=1 and status=1 and app_id='wx0cef797390444b75'
        <if test="dto.type != null">
            <if test="dto.type == 2">
                AND level=2