1
This commit is contained in:
@@ -104,10 +104,8 @@ module.exports = {
|
||||
});
|
||||
|
||||
return ctx.success({
|
||||
count: result.count,
|
||||
total: result.count,
|
||||
rows: result.rows,
|
||||
list: result.rows
|
||||
count: result.count
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user