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)