|
@ -172,12 +172,12 @@ public class SynergyManageService extends BaseService {
|
|
|
}
|
|
|
DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
|
followup.setFollowupDate(dateFormat.parse(serviceDate+":00"));
|
|
|
followup.setFollowupType(followupType);
|
|
|
followup.setFollowupType("3");
|
|
|
followup.setFollowupClass(followupClass);
|
|
|
followup.setOrgCode(doctor1.getHospital());
|
|
|
followup.setOrgName(doctor1.getHospitalName());
|
|
|
followup.setDataFrom("2");
|
|
|
followup.setStatus("2");
|
|
|
followup.setStatus("3");
|
|
|
followup.setCreater(doctor1.getCode());
|
|
|
followup.setCreateTime(new Date());
|
|
|
followup = followUpDao.save(followup);
|