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