src/main/java/cc/mrbird/febs/mall/service/impl/ClothesTypeServiceImpl.java
@@ -977,6 +977,8 @@ entity.setContent(dto.getContent()); entity.setIndexFile(dto.getIndexFile()); entity.setOrderCnt(dto.getOrderCnt()); entity.setLikeCnt(dto.getLikeCnt()); entity.setCollectCnt(dto.getCollectCnt()); clothesSocialMapper.updateById(entity);