zhanghua
2023-12-04 5b5b25edecb7639bdb470164f603281bfd1a4aff
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) {