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) {
             throw new MzException("获取挂号流水号失败,请重试!");
         }
-        return mzSerialNo.getNewOutpatientNo()+"-4";
+        return mzSerialNo.getNewOutpatientNo();
     }
 
     @Transactional(propagation = Propagation.REQUIRED, isolation = Isolation.DEFAULT, timeout = 36000, rollbackFor = Exception.class)