zhanghua
2024-01-09 4ef3b7b71b2b444f09e20bd440215e1677a602a4
ycl-platform/src/main/java/com/ycl/controller/store/StoreInfoController.java
@@ -88,6 +88,7 @@
                .description(umsStoreInfoParam.getDescription())
                .videoId(umsStoreInfoParam.getRelationVideo())
                .storeScore(100.0)
                .status(umsStoreInfoParam.getStatus())
                .build();
        boolean success = storeInfoService.save(storeInfo);
        if (success) {