baizonghao
2023-02-24 801b7d11f1ce9b49f35af7eec572143662c4daf4
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) {