Selaa lähdekoodia

意见反馈查看bug

zdm 6 vuotta sitten
vanhempi
commit
9a195ac473

+ 1 - 0
svr/svr-healthy-house/src/main/java/com/yihu/jw/healthyhouse/controller/user/FeedBackController.java

@ -148,6 +148,7 @@ public class FeedBackController extends EnvelopRestEndpoint {
            return failed("意见反馈不存在!", ObjEnvelop.class);
        }
        feedBack.setReadFlag(1);
        feedBack = feedBackService.save(feedBack);
        return success(feedBack);
    }