|
@@ -134,7 +134,7 @@ public class BizArchiveInputController extends BaseController {
|
|
|
/**
|
|
|
* 获取档案入库详细信息
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('business:archive:order:query')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('business:archive:order:edit')")
|
|
|
@GetMapping(value = "/{id}")
|
|
|
public AjaxResult getInfo(@PathVariable("id") Long id) {
|
|
|
return success(getById(id));
|