小程序 页面修改

分享配置
轮播图配置
This commit is contained in:
2026-01-27 14:16:25 +08:00
parent c015c9d907
commit f2024d5be5
16 changed files with 566 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import com.mybatisflex.core.paginate.Page;
import com.mybatisflex.core.query.QueryWrapper;
import com.mybatisflex.spring.service.impl.ServiceImpl;
import com.czg.service.system.mapper.MiniAppPagesMapper;
import org.springframework.stereotype.Service;
import org.apache.dubbo.config.annotation.DubboService;
/**
* 小程序页面路径 服务层实现。
@@ -20,7 +20,7 @@ import org.springframework.stereotype.Service;
* @author mac
* @since 2025-02-12
*/
@Service
@DubboService
public class MiniAppPagesServiceImpl extends ServiceImpl<MiniAppPagesMapper, MiniAppPages> implements MiniAppPageService {
@Override
@@ -46,6 +46,7 @@ public class MiniAppPagesServiceImpl extends ServiceImpl<MiniAppPagesMapper, Min
pages.setIcon(pagesDTO.getIcon());
pages.setName(pagesDTO.getName());
pages.setPath(pagesDTO.getPath());
pages.setStatus(pagesDTO.getStatus());
pages.setDescription(pagesDTO.getDescription());
pages.setStatus(pagesDTO.getStatus());