|
@@ -115,7 +115,7 @@ public class InquiryOrderController extends AppBaseController {
|
|
@GetMapping("/getCompanyList")
|
|
@GetMapping("/getCompanyList")
|
|
public R getCompanyList()
|
|
public R getCompanyList()
|
|
{
|
|
{
|
|
- List<OptionsVO> list = companyService.selectAllCompanyList(deptId);
|
|
|
|
|
|
+ List<OptionsVO> list = companyService.selectAllCompanyList(null);
|
|
return R.ok().put("list",list);
|
|
return R.ok().put("list",list);
|
|
}
|
|
}
|
|
@Login
|
|
@Login
|