| | |
| | | createBy = p.createBy, |
| | | upDataBy = p.upDataBy, |
| | | isdelete = p.isdelete, |
| | | |
| | | shengId = p.shengId, |
| | | shiId = p.shiId, |
| | | shi = p.shi, |
| | | quxian = p.quxian, |
| | | quxianId = p.quxianId, |
| | | pianqu = p.pianqu, |
| | | shouhuoAddress = p.shouhuoAddress, |
| | | }).With(SqlWith.NoLock).ToPageListAsync(pageIndex, pageSize, totalCount); |
| | | } |
| | | else |
| | |
| | | createBy = p.createBy, |
| | | upDataBy = p.upDataBy, |
| | | isdelete = p.isdelete, |
| | | |
| | | shiId = p.shiId, |
| | | shi = p.shi, |
| | | quxian = p.quxian, |
| | | quxianId = p.quxianId, |
| | | pianqu = p.pianqu, |
| | | shouhuoAddress = p.shouhuoAddress, |
| | | |
| | | }).ToPageListAsync(pageIndex, pageSize, totalCount); |
| | | } |
| | | var list = new PageList<CoreCmsPlanOrder>(page, pageIndex, pageSize, totalCount); |