修改BUG

This commit is contained in:
lxd 2025-03-13 17:28:05 +08:00
parent 5a9c37661f
commit fe6e129194

View File

@ -452,7 +452,7 @@ public class InspectPatientController {
{
ConfigDO config = configService.getConfigByKey("url.ybjc");
String url = config.getValue();
String response = HttpUtils.get(url+"?"+"idCard="+medicalSn);
String response = HttpUtils.get(url+"?"+"idCard="+cardId);
if(response!=null)
{
// 解析 JSON 响应