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