fix: 网元授权接口变更字段属性调整

This commit is contained in:
TsMask
2024-05-07 18:39:56 +08:00
parent 530e7fd43f
commit 976f72f79a
4 changed files with 16 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ export async function listLicense(query: Record<string, any>) {
// 分页
const pageNum = (query.pageNum - 1) * query.pageSize;
const limtSql = ` order by created_at desc limit ${pageNum},${query.pageSize} `;
const limtSql = ` order by create_time desc limit ${pageNum},${query.pageSize} `;
// 发起请求
const result = await request({