|
|
@@ -114,7 +114,7 @@ public class MzyReqrecServiceImpl implements MzyReqrecService {
|
|
|
throw new MzException("当前号别不存在,请先设置!");
|
|
|
}
|
|
|
MzyRequest mzyRequest = mzyRequestMapper.selectMzyRequestById(mzyReqrecPageDto.getMzyRequestId());
|
|
|
- covidManage(mzyReqrec, mzPatientMi, mzyRequest);
|
|
|
+ //covidManage(mzyReqrec, mzPatientMi, mzyRequest);
|
|
|
|
|
|
|
|
|
MzVisitTable lastMzVisitTable = mzVisitTableMapper.selectLastMzVisitTableByPatientId(mzyReqrec.getPatientId());
|