public async Task <ReturnResult <Log> > GetLogWithPaging(BaseCondition <Log> condition) { return(await logDAL.GetLogWithPaging(condition)); }