|
@@ -88,7 +88,7 @@ public class TenantAlbumController {
|
|
|
* @param id 详情ID
|
|
|
* @return TenantAlbum
|
|
|
*/
|
|
|
- @PostMapping("/detailInfo")
|
|
|
+ @GetMapping("/detailInfo")
|
|
|
@ApiOperation(value = "查询详情", notes = "detail")
|
|
|
@PreAuthorize("@pcs.hasPermissions('tenantAlbum/detailInfo')")
|
|
|
public HttpResponseResult<List<TenantAlbumWrapper.TenantAlbumSheet>> detailInfo(@RequestParam("id") Long id,@RequestParam("subjectType") String subjectType) {
|