|
@@ -43,7 +43,6 @@ public class SporadicChargeInfoController extends BaseController {
|
|
|
|
|
|
@ApiOperation(value = "单查询")
|
|
@ApiOperation(value = "单查询")
|
|
@GetMapping("/get")
|
|
@GetMapping("/get")
|
|
- @PreAuthorize("@pcs.hasPermissions('sporadicChargeInfo/get')")
|
|
|
|
public Object get(Integer id) {
|
|
public Object get(Integer id) {
|
|
return succeed(sporadicChargeInfoService.getDetail(id));
|
|
return succeed(sporadicChargeInfoService.getDetail(id));
|
|
}
|
|
}
|