|
@@ -157,6 +157,7 @@ public class MzyReqrecServiceImpl implements MzyReqrecService {
|
|
|
if (mzyRequest == null) {
|
|
|
throw new MzException("挂号对应的排班不存在!");
|
|
|
}
|
|
|
+ pediatricAgeLimit(mzPatientMi, mzyRequest);
|
|
|
int times = getTimes(mzPatientMi);
|
|
|
int serialNo = mzSerialNoService.getMzSerialNo();
|
|
|
Date now = new Date();
|