| | |
| | | JSONObject jsonObject = new JSONObject(); |
| | | // List<Map<String, Object>> currentCutTerritorys = edgStorageCageDetailsService.selectCutTerritory(); |
| | | // jsonObject.append("currentCutTerritory", currentCutTerritorys); |
| | | //卧室缓存笼内信息 |
| | | //卧室缓存笼内信息0 = {EdgStorageCageVO@11649} "EdgStorageCageVO(details=null)" |
| | | List<EdgStorageCageVO> edgStorageCageVOS = edgStorageCageService.selectEdgStorageCagesByDeviceId(deviceId); |
| | | jsonObject.append("EdgStorageCageinfos", edgStorageCageVOS); |
| | | |
| | |
| | | |
| | | spring: |
| | | profiles: |
| | | active: yw |
| | | active: dev |
| | | application: |
| | | name: cacheGlass |
| | | liquibase: |
| | |
| | | order: false |
| | | kangaroohy: |
| | | milo: |
| | | enabled: true |
| | | enabled: false |
| | | primary: default |
| | | config: |
| | | default: |
| | |
| | | |
| | | |
| | | @Test |
| | | public void testCacheGlass() { |
| | | List<Map<String, Object>> map = edgStorageCageService.selectEdgStorageCages(); |
| | | log.info("笼内信息:{}", Arrays.asList(map)); |
| | | } |
| | | |
| | | @Test |
| | | public void testSelectCacheEmpty() { |
| | | // List<EdgStorageCage> map = edgStorageCageService.selectCacheEmpty(); |
| | | // log.info("笼内空格:{}", Arrays.asList(map)); |