|
@ -956,10 +956,10 @@ public class ConsultTeamService extends ConsultService {
|
|
|
return -2;
|
|
|
}
|
|
|
|
|
|
String checkPre = prescriptionInfoService.checkPre(patient,DateUtil.getStringDateShort()+" 00:00:00");
|
|
|
if("0".equals(checkPre)){//存在未结算的续方
|
|
|
return -3;
|
|
|
}
|
|
|
// String checkPre = prescriptionInfoService.checkPre(patient,DateUtil.getStringDateShort()+" 00:00:00");
|
|
|
// if("0".equals(checkPre)){//存在未结算的续方
|
|
|
// return -3;
|
|
|
// }
|
|
|
|
|
|
Doctor doctor = doctorDao.findByCode(doctorCode);
|
|
|
// 查询患者信息
|