Commit dbdde5bf by 任晓松

update

parent e3954def
......@@ -50,6 +50,11 @@ class Dao {
return this.model.findAll({ attributes: qobj.fields });
}
}
async findAll(qobj, t) {
var apps = await this.model.findAll(qobj);
return apps;
}
async bulkDeleteByWhere(whereParam, t) {
var en = null;
if (t != null && t != 'undefined') {
......
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