fix: 网元授权接口变更字段属性调整
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user