forked from gzzfw/backEnd/gz-dyh

wangwh
2024-10-25 1a3d9db44b099a12a83a026ff9e6b08e68149e1e
dyh-service/dyh-sys/src/main/java/cn/huge/module/client/api/CustClient.java
@@ -42,4 +42,13 @@
     */
    @GetMapping("/api/client/paUser/clientGetUserAll")
    ReturnBO paClientGetUserAll(@RequestParam("userId") String userId);
    /**
     * 查询用户所在的单位信息
     * @url {ctx}/api/client/ctUnit/getUnitByUserId?userId=
     * @param userId 登录用户编号
     * @return ReturnBO
     */
    @GetMapping("/api/client/ctUnit/getUnitByUserId")
    ReturnBO getUnitByUserId(@RequestParam("userId") String userId);
}