101captain
2022-07-07 b142a79bbd0dccd261b169b5d7b66f8b16d14478
问题清单bug处理
2个文件已修改
5 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java
@@ -678,7 +678,7 @@
            return R.fail();
        }
        if (comActNeighborCircleDO.getStatus() == 1) {
            return R.fail("待审核的邻里圈不能删除");
            return R.fail("待审核的数据不能删除");
        }
        // 邻里圈删除
        this.baseMapper.deleteById(id);
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -198,6 +198,9 @@
            <if test="neighborCircleAppDTO.belongType !=null">
                and canc.belong_type =#{neighborCircleAppDTO.belongType}
            </if>
            <if test="neighborCircleAppDTO.orderType !=null">
                and canc.order_type =#{neighborCircleAppDTO.orderType}
            </if>
        </where>  order by create_at desc
    </select>