放开权限

dongdingding
杜函宇 3 weeks ago
parent 16e89b3363
commit c47b126c74

@ -64,7 +64,6 @@ public class BuildingInformationController extends BaseController {
* @param buildingInformation
* @return
*/
@PreAuthorize("@ss.hasAnyRoles('company')")
@PostMapping("/add")
@ApiOperation("新增数据")
public AjaxResult insert(@RequestBody BuildingInformation buildingInformation) {
@ -78,7 +77,6 @@ public class BuildingInformationController extends BaseController {
* @param buildingInformation
* @return
*/
@PreAuthorize("@ss.hasAnyRoles('company')")
@PostMapping("/edit")
@ApiOperation("修改数据")
public AjaxResult update(@RequestBody BuildingInformation buildingInformation) {

Loading…
Cancel
Save