yeguodong 1 ay önce
ebeveyn
işleme
b00eae787f

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