| | |
| | | return getDataTable(list); |
| | | } |
| | | |
| | | /** |
| | | * 查询产品过站采集列表 |
| | | */ |
| | | @PreAuthorize("@ss.hasPermi('da:passingStationCollection:list')") |
| | | @GetMapping("/noPageList") |
| | | public TableDataInfo noPageList(DaPassingStationCollection daPassingStationCollection) |
| | | { |
| | | List<DaPassingStationCollection> list = daPassingStationCollectionService.selectDaPassingStationCollectionList(daPassingStationCollection); |
| | | return getDataTable(list); |
| | | } |
| | | |
| | | @PreAuthorize("@ss.hasPermi('da:passingStationCollection:list')") |
| | | @GetMapping("/getProduceNumToday") |
| | | public R getProduceNumToday(String fieldName) |