|
@ -4416,7 +4416,7 @@ public class EntranceService {
|
|
|
ylzMedicalRelationDO.setState(0);
|
|
|
ylzMedicalRelationDO.setRelationCode(outpatientDO.getId());
|
|
|
ylzMedicalRelationDO.setCreateTime(new Date());
|
|
|
// ylzMedicalRelationDO.setMedicalPrice("0");
|
|
|
ylzMedicalRelationDO.setMedicalPrice("0");
|
|
|
if (outpatientDO.getMedicalState()==null){
|
|
|
ylzMedicalRelationDO.setMedicalState(0);
|
|
|
ylzMedicalRelationDO.setPersonCash(resultJSON.getString("bcfyze"));
|
|
@ -4566,7 +4566,7 @@ public class EntranceService {
|
|
|
ylzMedicalRelationDO.setDataSource("53");
|
|
|
ylzMedicalRelationDO.setPreCount(resultJSON.getString("cfxms0"));
|
|
|
ylzMedicalRelationDO.setBalance(cardFee+"");
|
|
|
// ylzMedicalRelationDO.setMedicalPrice("0");
|
|
|
ylzMedicalRelationDO.setMedicalPrice("0");
|
|
|
BaseDoctorDO baseDoctorDO = baseDoctorDao.findById(outpatientDO.getDoctor());
|
|
|
if (baseDoctorDO!=null){
|
|
|
String jobTitle = baseDoctorDO.getJobTitleCode();
|