springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActNeighborCircleServiceImpl.java
@@ -150,7 +150,9 @@ } } else { circleAppVO.setCommunityName(actDO.getName()); if (actDO != null) { circleAppVO.setCommunityName(actDO.getName()); } } } @@ -972,6 +974,9 @@ if(comActNeighborCircleDO.getOrderStatus()!=null){ comActNeighborCircleDO.setOrderTime(new Date()); } if(StringUtils.isNotEmpty(comActNeighborCircleDO.getComment())){ comActNeighborCircleDO.setCommentTime(new Date()); } return R.ok(this.baseMapper.updateById(comActNeighborCircleDO)); } }