|
@ -349,7 +349,7 @@ public class WlyyBusinessService {
|
|
|
Integer status = rs.getInteger("status");
|
|
|
if (200 == status) {
|
|
|
JSONObject data = rs.getJSONObject("data");
|
|
|
if (data.get("ssc")!=null){
|
|
|
if (data!=null&&data.get("ssc")!=null){
|
|
|
patientCardNo = data.getString("ssc");
|
|
|
patientMedicareCardDO = new PatientMedicareCardDO();
|
|
|
patientMedicareCardDO.setPatientCode(patientId);
|