|
@@ -245,7 +245,6 @@ public class FsCompanyController extends BaseController {
|
|
|
/**
|
|
/**
|
|
|
* 获取公司分账配置详细信息
|
|
* 获取公司分账配置详细信息
|
|
|
*/
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('his:companyDivConfig:query')")
|
|
|
|
|
@GetMapping(value = "/getDivConfig/{companyId}")
|
|
@GetMapping(value = "/getDivConfig/{companyId}")
|
|
|
public AjaxResult getDivConfig(@PathVariable("companyId") Long companyId)
|
|
public AjaxResult getDivConfig(@PathVariable("companyId") Long companyId)
|
|
|
{
|
|
{
|