瀏覽代碼

乐团学员列表增加导出功能

周箭河 5 年之前
父節點
當前提交
2dc89139ee
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mec-web/src/main/java/com/ym/mec/web/controller/ExportController.java

+ 1 - 1
mec-web/src/main/java/com/ym/mec/web/controller/ExportController.java

@@ -211,7 +211,7 @@ public class ExportController extends BaseController {
                     row.setSubjectName(studentRegistration.getSubjectName());
                     row.setSchoolName(studentRegistration.getSchoolName());
                     if (row.getType().equals(OrderTypeEnum.APPLY) && studentRegistration.getKitType() != null && studentRegistration.getKitType().equals("LEASE")) {
-                        row.setLeaseFee(studentRegistration.getDepositFee());
+                        row.setLeaseFee(musicalFee);
                         row.setMusicalFee(BigDecimal.ZERO);
                     }
                 }