Ver código fonte

Merge branch 'master' of https://172.16.32.165/lighter/web-server

DESKTOP-0GD05B0\Administrator 2 anos atrás
pai
commit
f77470ae98

+ 0 - 5
src/main/java/thyyxxk/webserver/service/medicalinsurance/SetlListUpldService.java

@@ -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;
     }
     /**