Commit 936d80cf authored by Quxl's avatar Quxl

x

parent ff69b954
......@@ -150,7 +150,7 @@ public class FilmController {
@ApiOperation("保存电影主要信息")
public Object update_base(Fc_member_film_base_model filmBase) {
memberFilmService.updateFilmBase(filmBase);
return Rjx.jsonOk();
return Rjx.jsonOk().set("id", filmBase.getMember_film_id());
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment