Commit 2f7d55d983b175e33db4ecec729decf6b29e02ea

Authored by hujiaqi
1 parent 8bd77d8c49

更改错别字

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MatDeliverController.java View file @ 2f7d55d
... ... @@ -222,7 +222,7 @@
222 222 map.put("dueType", "顺产");
223 223 }
224 224 if ("2".equals(dueType)) {
225   - map.put("dueType", "宫产");
  225 + map.put("dueType", "宫产");
226 226 }
227 227 list.add(map);
228 228 }