Browse Source

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

xiaochan 2 years ago
parent
commit
560d2fa003

+ 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());