提交 189d2df4 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 f1154033
......@@ -47,7 +47,7 @@ public class FgBulletinController {
public CallBack<FgBulletinContentVo> bulletinColumnList() {
FgBulletinContentVo fgBulletinContentVo = new FgBulletinContentVo();
Example ex = service.createExample();
ex.orderBy("releaserTime").desc();
ex.orderBy("topStatus").desc().orderBy("releaserTime").desc();
ex.and().andEqualTo("status", 1);
List<BulletinContent> list = service.selectByExample(ex);
if(ArrayUtils.isNotEmpty(list)){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论