Commit adcd27d2a93a52425518933c3f36cac52c02f53c
1 parent
078370938f
Exists in
master
and in
1 other branch
孕妇学校
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/CourseFacade.java
View file @
adcd27d
| ... | ... | @@ -530,9 +530,9 @@ |
| 530 | 530 | tableItem.put("courseName",courseModelList.size()); |
| 531 | 531 | tableItem.put("orders", orderAll); |
| 532 | 532 | tableItem.put("sends", sendAll); |
| 533 | - tableItem.put("ordersRate", sendAll == 0 ? "0.00" : df.format((double) orderAll / sendAll * 100) + "%"); | |
| 533 | + tableItem.put("ordersRate", sendAll == 0 ? "0.00%" : df.format((double) orderAll / sendAll * 100) + "%"); | |
| 534 | 534 | tableItem.put("signs",signsAll); |
| 535 | - tableItem.put("signsRate",orderAll == 0 ? "0.00" : df.format((double) signsAll / orderAll * 100) + "%"); | |
| 535 | + tableItem.put("signsRate",orderAll == 0 ? "0.00%" : df.format((double) signsAll / orderAll * 100) + "%"); | |
| 536 | 536 | tableData.add(tableItem); |
| 537 | 537 | |
| 538 | 538 | chartData.put("titles",titles); |