小程序 页面修改
分享配置 轮播图配置
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user