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>