springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComActEasyPhotoServiceImpl.java
@@ -163,6 +163,7 @@ int isNeedFeedBack = comActEasyPhotoVO.getIsNeedFeedBack().intValue(); if (isNeedFeedBack==1) { cmActEasyPhotoDO.setStatus(2);//进行中 cmActEasyPhotoDO.setIsNeedFeedBack(1); }else{ cmActEasyPhotoDO.setStatus(4);//已完成 }