|
@@ -243,7 +243,7 @@ public class SignPfxFileController extends BladeController {
|
|
|
@ApiOperationSupport(order = 6)
|
|
|
@ApiOperation(value = "获取详情数据")
|
|
|
@ApiImplicitParam(name = "id", value = "列表数据主键ID", required = true)
|
|
|
- public R<SignPfxFileVO> getById(Long id){
|
|
|
+ public R<SignPfxFileVO> getById(String id){
|
|
|
//查询数据
|
|
|
SignPfxFile data = this.signPfxFileService.getById(id);
|
|
|
//实体转换
|