Browse Source

电签相关

huangjn 3 years ago
parent
commit
6004aa607f

+ 1 - 1
blade-service/blade-manager/src/main/java/org/springblade/manager/controller/SignPfxFileController.java

@@ -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);
 		//实体转换