提交 a5821d26 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 1bda3b9e
......@@ -139,7 +139,8 @@ public class LiveController {
liveService.updateByPrimaryKey(l);
}
BeanUtils.copyProperties(form, live);
String msg = liveService.update(live,file,image);
String msg = liveService.update(live,file,image);
resourceClient.updateDeltaIndex();
return CallBack.success(msg);
}
......@@ -164,6 +165,7 @@ public class LiveController {
live.setStatus(form.getStatus());
liveService.updateByPrimaryKeySelective(live);
});
resourceClient.updateDeltaIndex();
return CallBack.success(true);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论