|
@@ -2357,7 +2357,7 @@ public class SetlListUpldService {
|
|
|
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){
|
|
|
+ if(ListUtil.isBlank(mapResultVo.getData().get("force")) && count == null){
|
|
|
throw new BizException(ExceptionEnum.LOGICAL_ERROR,"病案首页签收表没有数据,请去病案首页操作打印正反面!");
|
|
|
}
|
|
|
return mapResultVo;
|