|
@ -265,7 +265,7 @@ public class DoctorSchemeService {
|
|
|
patientSchemeListObj.setPatientcode(patientcode);
|
|
|
patientSchemeListObj.setSchemecode(code);
|
|
|
patientSchemeListObj.setDoctorcode(doctorcode);
|
|
|
Short _type = new Short("0");
|
|
|
Short _type = new Short("1");
|
|
|
patientSchemeListObj.setType(_type);
|
|
|
patientSchemeListObj.setCreateTime(DateUtil.getNowTimestamp());
|
|
|
patientSchemeListDao.save(patientSchemeListObj);
|
|
@ -355,7 +355,7 @@ public class DoctorSchemeService {
|
|
|
patientSchemeListObj.setPatientcode(patientcode);
|
|
|
patientSchemeListObj.setSchemecode(code);
|
|
|
patientSchemeListObj.setDoctorcode(doctorcode);
|
|
|
Short _type = new Short("0");
|
|
|
Short _type = new Short("2");
|
|
|
patientSchemeListObj.setType(_type);
|
|
|
patientSchemeListObj.setCreateTime(DateUtil.getNowTimestamp());
|
|
|
patientSchemeListDao.save(patientSchemeListObj);
|