企业管理权限修改
This commit is contained in:
-2
@@ -123,8 +123,6 @@ public class PayCompanyManagementController extends JeroController<PayCompanyMan
|
||||
* @param req
|
||||
* @return
|
||||
*/
|
||||
// @CompanyNameTranslate(fieldId = "id")
|
||||
@RequiresPermissions("company:search")
|
||||
@ApiOperation(value="其他功能调用企业管理-分页列表查询", notes="其他功能调用企业管理-分页列表查询")
|
||||
@GetMapping(value = "/list")
|
||||
public Result<?> queryPageList(PayCompanyManagement payCompanyManagement,
|
||||
|
||||
+1
-2
@@ -268,6 +268,7 @@ public class PayCommonProjectController extends JeroController<PayCommonProject,
|
||||
* @param departId 科室id
|
||||
* @return
|
||||
*/
|
||||
|
||||
@ApiOperation(value="普通项目管理-列表", notes="普通项目管理-列表")
|
||||
@GetMapping(value = "/listAll")
|
||||
public Result<?> listAll(PayCommonProject payCommonProject,String departId, String contractId,HttpServletRequest req) {
|
||||
@@ -389,8 +390,6 @@ public class PayCommonProjectController extends JeroController<PayCommonProject,
|
||||
return Result.OK("编辑成功!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 通过id删除
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user