This commit is contained in:
张成
2025-12-25 22:11:34 +08:00
parent c6c78d0c43
commit 7ee92b8905
26 changed files with 27282 additions and 1706 deletions

View File

@@ -104,10 +104,8 @@ module.exports = {
});
return ctx.success({
count: result.count,
total: result.count,
rows: result.rows,
list: result.rows
count: result.count
});
},