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