|
@ -900,7 +900,7 @@ public class XzzxEntranceService{
|
|
|
|
|
|
/**
|
|
|
* 查询患者就诊卡
|
|
|
* @param patient 身份证号
|
|
|
* @param patient 居民code
|
|
|
* @return
|
|
|
*/
|
|
|
public JSONArray selectPateintCard(String patient) throws Exception {
|
|
@ -922,6 +922,7 @@ public class XzzxEntranceService{
|
|
|
if (array!=null&&array.size()!=0){
|
|
|
JSONObject object1 = array.getJSONObject(0);
|
|
|
if (patientMappingDO==null){
|
|
|
patientMappingDO = new PatientMappingDO();
|
|
|
patientMappingDO.setIdcard(patientDO.getIdcard());
|
|
|
patientMappingDO.setPatientName(patientDO.getName());
|
|
|
patientMappingDO.setPatient(patientDO.getId());
|