修改发送检验单接口BUG
This commit is contained in:
parent
b97c7ce7df
commit
af9ba47730
@ -446,7 +446,7 @@ public class InspectPatientController {
|
||||
String url = config.getValue();
|
||||
//获取头像地址
|
||||
ConfigDO headconfig = configService.getConfigByKey("url.head");
|
||||
String headurl = config.getValue();
|
||||
String headurl = headconfig.getValue();
|
||||
|
||||
String response = HttpUtils.postJson(url, jsonRequestBody);
|
||||
InspectPatientSaveReqVO updateReqVO = new InspectPatientSaveReqVO();
|
||||
|
Loading…
Reference in New Issue
Block a user