Commit d4d3eba5 by 蒋勇

d

parent 6a1106b4
...@@ -28,12 +28,13 @@ class MsgNoticeDao extends Dao { ...@@ -28,12 +28,13 @@ class MsgNoticeDao extends Dao {
return await super.create(notice, t); return await super.create(notice, t);
} }
} }
} }
}
orderBy() {
//return {"key":"include","value":{model:this.db.models.app}}; orderBy () {
return [["id", "DESC"]]; //return {"key":"include","value":{model:this.db.models.app}};
} return [["id", "DESC"]];
}
} }
module.exports = MsgNoticeDao; module.exports = MsgNoticeDao;
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