Administrator
2025-07-22 4630ff30b43a1ac657e97a68f5f74e9561870999
src/main/java/cc/mrbird/febs/mall/service/impl/ApiClothesSocialServiceImpl.java
@@ -252,13 +252,14 @@
                    apiSocialMuseVo.setLocationRemarkList(locationRemarkList);
                }
                apiSocialMuseVo.setTotalAmount(totalAmount.setScale(2, RoundingMode.DOWN));
                if(
                        ObjectUtil.isNotNull(clothesArt)
                        && ObjectUtil.isNotNull(clothesSize)
                        && ObjectUtil.isNotNull(clothesCloth)
                ){
//                if(
//                        ObjectUtil.isNotNull(clothesArt)
//                        && ObjectUtil.isNotNull(clothesSize)
//                        && ObjectUtil.isNotNull(clothesCloth)
//                ){
//                    apiSocialInfoVo.setMuse(apiSocialMuseVo);
//                }
                    apiSocialInfoVo.setMuse(apiSocialMuseVo);
                }
//                Integer likeCnt = clothesSocial.getLikeCnt();