|
@ -340,7 +340,7 @@ public class DoctorSchemeService {
|
|
patientSchemeListObj.setSchemecode(schemecode);
|
|
patientSchemeListObj.setSchemecode(schemecode);
|
|
patientSchemeListObj.setDoctorcode(doctorcode);
|
|
patientSchemeListObj.setDoctorcode(doctorcode);
|
|
Short _type = new Short(type);
|
|
Short _type = new Short(type);
|
|
patientSchemeListObj.setType(_type);
|
|
|
|
|
|
patientSchemeListObj.setType(Integer.parseInt(type));
|
|
patientSchemeListObj.setCreateTime(DateUtil.getNowTimestamp());
|
|
patientSchemeListObj.setCreateTime(DateUtil.getNowTimestamp());
|
|
patientSchemeListDao.save(patientSchemeListObj);
|
|
patientSchemeListDao.save(patientSchemeListObj);
|
|
}
|
|
}
|