操作记录台账查询接口调整

optimize
zhangxiaofeng 10 months ago
parent a39748b45d
commit 67bf0ee3e5

@ -59,8 +59,7 @@ public class SysOpLogService : ISysOpLogService, IDynamicApiController, ITransie
OpTime = o.OpTime,
Account = o.Account
}).ToPagedListAsync(input.PageNo, input.PageSize);
//var b = query.ToSqlString();
return result;
return result.XnPagedResult();
}
/// <summary>

Loading…
Cancel
Save