Commit d4d3eba5 by 蒋勇

d

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