|
@ -1574,7 +1574,7 @@ public class YkyyEntranceService {
|
|
|
BasePatientDO basePatientDO = basePatientDao.findById(patient);
|
|
|
|
|
|
if(basePatientDO!=null){
|
|
|
patient = basePatientDO.getUserId();
|
|
|
patient = basePatientDO.getYktId();
|
|
|
}
|
|
|
|
|
|
Map<String,Object> params = new HashedMap();
|