baizonghao
2023-03-05 8e3052593eba165893677e13df4d7a72296b2f3f
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) {