101captain
2022-07-08 44f28e52af4f4a127690a1cc4bc58944074921ae
问题清单bug处理
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -325,7 +325,7 @@
        GROUP BY (caa.sponsor_id)
        having serviceTimes<>'' and serviceTime<>'' and memberName<>''
        <if test="unitId != null">
            and unitId=#{unitId}
            and caa.check_unit_id=#{unitId}
        </if>
        order by serviceTime desc
    </select>
@@ -350,7 +350,7 @@
        GROUP BY (canc.solve_id)
        having serviceTimes&lt;>'' and serviceTime&lt;>'' and memberName&lt;>''
        <if test="unitId != null">
            and unitId=#{unitId}
            and cpcu.check_unit_id=#{unitId}
        </if>
        order by serviceTime desc
    </select>