Commit 4e0a4a2af9e090b7c0691dc6e29d17cb1cb1c6f3
1 parent
ca929f563b
Exists in
master
and in
6 other branches
孕妇学校
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CourseFacade.java
View file @
4e0a4a2
| ... | ... | @@ -507,6 +507,8 @@ |
| 507 | 507 | tableItem.put("courseTypeName", map.get("courseTypeName")); |
| 508 | 508 | tableItem.put("courseName", map.get("courseName")); |
| 509 | 509 | tableItem.put("orders", map.get("orders")); |
| 510 | + tableItem.put("sends", map.get("courseSends")); | |
| 511 | + | |
| 510 | 512 | orderAll+=Integer.parseInt(map.get("orders")); |
| 511 | 513 | |
| 512 | 514 | tableItem.put("ordersRate", map.get("ordersRate")); |