| | |
| | | @Override |
| | | public List<PlatformDataListResponse> platformWorkingDataList(PlatformDataListRequest param){ |
| | | List<PlatformDataListResponse> platformDataListResponseList = new ArrayList<>(); |
| | | try { |
| | | List<Platform> platformList = platformJoinMapper.selectList( |
| | | new MPJLambdaWrapper<Platform>().eq(Platform::getIsdeleted,Constants.ZERO) |
| | | .eq(Platform::getStatus,Constants.ZERO) |
| | |
| | | ); |
| | | } |
| | | } |
| | | }catch (Exception e){ |
| | | System.out.println("===============================报错啦:\n"); |
| | | e.printStackTrace(); |
| | | } |
| | | |
| | | return platformDataListResponseList; |
| | | } |
| | | |