yeguodong 1 月之前
父節點
當前提交
b00eae787f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzSerialNoServiceImpl.java

+ 1 - 1
src/main/java/cn/hnthyy/thmz/service/impl/his/mz/MzSerialNoServiceImpl.java

@@ -49,7 +49,7 @@ public class MzSerialNoServiceImpl implements MzSerialNoService {
         if (num == 0) {
         if (num == 0) {
             throw new MzException("获取挂号流水号失败,请重试!");
             throw new MzException("获取挂号流水号失败,请重试!");
         }
         }
-        return mzSerialNo.getNewOutpatientNo()+"-4";
+        return mzSerialNo.getNewOutpatientNo();
     }
     }
 
 
     @Transactional(propagation = Propagation.REQUIRED, isolation = Isolation.DEFAULT, timeout = 36000, rollbackFor = Exception.class)
     @Transactional(propagation = Propagation.REQUIRED, isolation = Isolation.DEFAULT, timeout = 36000, rollbackFor = Exception.class)