dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUserWebController.java
@@ -423,4 +423,21 @@ return ReturnFailUtils.getRepInfo(); } } /** * 人工配置-统一修改单位名称 * @url {ctx}/api/web/ctUser/updateUnitName * @param id 主键编号 * @return Object * @throws Exception */ @GetMapping("/getByIdupdateUnitNameRole") public Object updateUnitName() { try { return ReturnSucUtils.getRepInfo(); } catch (Exception e) { return ReturnFailUtils.getRepInfo(); } } }