修改发送检验单接口BUG

This commit is contained in:
lxd 2025-03-31 18:22:07 +08:00
parent b97c7ce7df
commit af9ba47730

View File

@ -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();