|
@@ -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);
|
|
|
}
|
|
|
}
|