Browse Source

2023年7月10日08:41:45

纪新园 2 years ago
parent
commit
a77dd7c1c8

+ 8 - 0
blade-service/blade-user/src/main/java/org/springblade/system/user/controller/UserController.java

@@ -488,6 +488,14 @@ public class UserController {
 	}
 
 	/**
+	 * 轮胎配件用户列表(业务员)
+	 */
+	@GetMapping("/salerList")
+	public R<List<User>> salerList() {
+		return userSearchClient.listByRole(SysCache.getRoleIds(AuthUtil.getTenantId(),"财务"));
+	}
+
+	/**
 	 * 轮胎配件用户列表(库管)
 	 */
 	@GetMapping("/getWarehouseKeeper")