소스 검색

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

xiaochan 2 년 전
부모
커밋
560d2fa003
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/main/java/thyyxxk/webserver/service/medicalinsurance/SetlListUpldService.java

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

@@ -157,12 +157,6 @@ public class SetlListUpldService {
      * @throws Exception 错误
      */
     public ResultVo<String> upldSetlList(String patNo, Integer times, Integer ledgerSn,boolean checkFlag) throws Exception {
-        //这里签收表可能没有数据,先效验下病案首页
-        if(ledgerSn != 0){
-            ZyInactpatient param = new ZyInactpatient();
-            param.setInpatientNo(patNo);
-            param.setAdmissTimes(times);
-        }
         ResultVo<UpldCollection> upldCollection = getUploadInfo(patNo, times, ledgerSn);
         if(ledgerSn != 0) {
             dealDrgGroup(patNo,times,ledgerSn,upldCollection.getData().getSetlinfo());