|
@ -177,7 +177,7 @@ public class WlyyBusinessService {
|
|
|
idcard = basePatientDO.getIdcard();
|
|
|
|
|
|
JSONObject param = new JSONObject();
|
|
|
param.put("idCard",idcard);
|
|
|
param.put("idcard",idcard);
|
|
|
JSONObject rs = wlyyHttpService.sendWlyyMes("wlyyGetPatientAccetokenByIdcard",param);
|
|
|
if(rs!=null){
|
|
|
Integer status = rs.getInteger("status");
|