| | |
| | | entity.setUrlhead(urlHead); |
| | | entity.setQierow(row); |
| | | entity.setQiecol(col); |
| | | // entity.setPicwidth(width); |
| | | // entity.setPicheight(height); |
| | | entity.setStatus(PanoramaUtilDict.panorama_status_3); |
| | | boolean b = skPanoramaService.updateById(entity); |
| | | |
| | |
| | | // 已经符合格式化标准 |
| | | SkPanoramaEntity upEntity = new SkPanoramaEntity(); |
| | | upEntity.setId(id); |
| | | upEntity.setPicheight(height); |
| | | upEntity.setPicwidth(width); |
| | | upEntity.setStatus(PanoramaUtilDict.panorama_status_2); |
| | | justUpdateStatusList.add(upEntity); |
| | | // boolean b = skPanoramaService.updateById(upEntity); |