|
@@ -160,7 +160,6 @@ public class SetlListUpldService {
|
|
|
ZyInactpatient param = new ZyInactpatient();
|
|
|
param.setInpatientNo(patNo);
|
|
|
param.setAdmissTimes(times);
|
|
|
- sheetVerification(param);
|
|
|
}
|
|
|
ResultVo<UpldCollection> upldCollection = getUploadInfo(patNo, times, ledgerSn);
|
|
|
if(ledgerSn != 0) {
|
|
@@ -2508,10 +2507,6 @@ public class SetlListUpldService {
|
|
|
sheetOverview.setTimes(param.getAdmissTimes());
|
|
|
sheetOverview.setInOutFlag(2);
|
|
|
ResultVo<Map<String, List<CodeName>>> mapResultVo = caseFrontSheetMainService.sheetVerification(sheetOverview);
|
|
|
- Integer count = dao.existCaseFrontsheetMain(param.getInpatientNo(), param.getAdmissTimes());
|
|
|
- if(ListUtil.isBlank(mapResultVo.getData().get("force")) && count == null){
|
|
|
- throw new BizException(ExceptionEnum.LOGICAL_ERROR,"病案首页签收表没有数据,请去病案首页操作打印正反面!");
|
|
|
- }
|
|
|
return mapResultVo;
|
|
|
}
|
|
|
/**
|