|
|
@@ -589,6 +589,14 @@ public class QwUserController extends BaseController {
|
|
|
return R.ok().put("data",list);
|
|
|
}
|
|
|
|
|
|
+ @GetMapping("/getMyQwCompanyListAll")
|
|
|
+ public R getMyQwCompanyListAll()
|
|
|
+ {
|
|
|
+ List<QwOptionsVO> list = qwUserService.selectQwCompanyListOptionsVOAll();
|
|
|
+ return R.ok().put("data",list);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
@GetMapping("/getQwCompanyList")
|
|
|
public R getQwCompanyList()
|
|
|
{
|