@@ -126,7 +126,7 @@ public class StoreController {
*/
@SysLog("修改仓库信息")
@PutMapping("/{id}")
- @PreAuthorize("@pms.hasPermission('store-stores-edit')")
+// @PreAuthorize("@pms.hasPermission('store-stores-edit')")
public R update(@PathVariable("id") String id, @Validated({UpdateGroup.class}) @RequestBody StoreDTO storeDTO) {
storeService.modModelByDTO(storeDTO);
return new R<>();