forked from gzzfw/backEnd/gz-dyh

liyj
2024-08-24 981634fa893b787f2991d99ebf60276eee8d28c7
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUseroleWebController.java
@@ -1,4 +1,4 @@
package cn.huge.module.ctuser.controller;
package cn.huge.module.ctuser.controller.web;
import cn.huge.base.common.utils.ReturnFailUtils;
import cn.huge.base.common.utils.ReturnSucUtils;
@@ -15,12 +15,10 @@
import javax.servlet.http.HttpServletRequest;
import java.util.Map;
import java.util.stream.Collectors;
import java.util.stream.Stream;
/**
 * @title: 客户用户角色表接口api
 * @description: 客户用户角色表接口api
 * @title: 客户用户角色表接口api-web端
 * @description: 客户用户角色表接口api-web端
 * @company: hugeinfo
 * @author: liyj
 * @time: 2024-08-19 20:04:19
@@ -143,7 +141,7 @@
    /**
    * 根据主键单个
    * @url {ctx}/api/web/ctUserole/deleteById
    * @param ids 主键编号
    * @param id 主键编号
    * @return Object
    */
    @GetMapping("/deleteById")