修改BUG
This commit is contained in:
parent
5a9c37661f
commit
fe6e129194
@ -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 响应
|
||||
|
Loading…
Reference in New Issue
Block a user