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

optimize
zhangxiaofeng 10 months ago
parent a39748b45d
commit 67bf0ee3e5

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

Loading…
Cancel
Save