| | |
| | | /** |
| | | * ftp服务器IP地址 |
| | | */ |
| | | //String ftpHost_dev = "192.168.0.105"; |
| | | String ftpHost_dev = "192.168.0.105"; |
| | | |
| | | /** |
| | | * ftp服务器IP地址 |
| | | */ |
| | | String ftpHost_dev = "172.19.1.30"; |
| | | //String ftpHost_dev = "172.19.1.30"; |
| | | |
| | | /** |
| | | * ftp服务器端口 |
| | |
| | | /** |
| | | * ftp服务器路径 |
| | | */ |
| | | String ftpPath = "yly/anbao/"; |
| | | //String ftpPath = "anbao/"; |
| | | //String ftpPath = "yly/anbao/"; |
| | | String ftpPath = "anbao/"; |
| | | |
| | | /** |
| | | * 本地路径 |
| | | */ |
| | | String localPath = "/home/zhongsong/anbao/"; |
| | | //String localPath = "D:\\anbao\\"; |
| | | //String localPath = "/home/zhongsong/anbao/"; |
| | | String localPath = "D:\\anbao\\"; |
| | | } |
| | |
| | | @ApiOperationSupport(order = 2) |
| | | @ApiOperation(value = "分页", notes = "传入record") |
| | | public R<IPage<Record>> list(Record record, Query query) { |
| | | record.setStorage("1"); |
| | | IPage<Record> pages = recordService.page(Condition.getPage(query), Condition.getQueryWrapper(record)); |
| | | return R.data(pages); |
| | | } |
| | |
| | | @ApiOperationSupport(order = 2) |
| | | @ApiOperation(value = "分页", notes = "传入recordk") |
| | | public R<IPage<Recordk>> list(Recordk recordk, Query query) { |
| | | recordk.setStorage("1"); |
| | | IPage<Recordk> pages = recordkService.page(Condition.getPage(query), Condition.getQueryWrapper(recordk)); |
| | | return R.data(pages); |
| | | } |
| | |
| | | @ApiOperationSupport(order = 2) |
| | | @ApiOperation(value = "分页", notes = "传入revoke") |
| | | public R<IPage<Revoke>> list(Revoke revoke, Query query) { |
| | | revoke.setStorage("1"); |
| | | IPage<Revoke> pages = revokeService.page(Condition.getPage(query), Condition.getQueryWrapper(revoke)); |
| | | return R.data(pages); |
| | | } |