springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActDynServiceImpl.java
@@ -5,6 +5,7 @@ import javax.annotation.Resource; import com.panzhihua.common.model.vos.community.DataCount; import org.springframework.beans.BeanUtils; import org.springframework.stereotype.Service; import org.springframework.util.ObjectUtils; @@ -116,7 +117,7 @@ } comActDynDAO.updateById(comActDynDO); } return R.ok(comActDynVO); return R.ok(); } /** @@ -199,4 +200,5 @@ return R.ok(iPage); } }