修改心电功能接口参数
This commit is contained in:
parent
35d54d7466
commit
5c49ed3a91
@ -156,6 +156,7 @@ public class EcganalysisparasController {
|
||||
{
|
||||
ecgPrintPdf.setOrgname(aDo.getOrgName());
|
||||
}
|
||||
ecgPrintPdf.setOrgid(updateReqVO.getOrgId());
|
||||
ObjectMapper mapper = new ObjectMapper();
|
||||
String json = mapper.writeValueAsString(ecgPrintPdf);
|
||||
if(!json.isEmpty())
|
||||
|
@ -28,5 +28,6 @@ public class EcgPrintPdf {
|
||||
private String type;
|
||||
private String filepath;
|
||||
private String orgname;
|
||||
private String orgid;
|
||||
private String ptimelimit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user