Commit a32a48189f517348fb6adfc4178193802990449f

Authored by jiangjiazhi
1 parent 6ad83b3c01

分娩作废产检劵

Showing 1 changed file with 1 additions and 2 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/AutoIncermentService.java View file @ a32a481
... ... @@ -23,6 +23,5 @@
23 23 Integer id = patientTicketIdDao.nextId(hospital);
24 24 return String.format("%07d", id);
25 25 }
26   -
27 26 }