|
@@ -252,6 +252,9 @@ public class YqPayController extends BaseController {
|
|
|
//2 版本为3.0( 26),不收乐器费用,收押金800放乐器费用
|
|
|
if (courseGroupInfo.getFeeType().equals(26) && order.getInstrument() != null && !order.getInstrument().isEmpty()) {
|
|
|
instrumentPrice = new BigDecimal("800");
|
|
|
+ if(school.getAmountType() != null && school.getAmountType().equals(2)){
|
|
|
+ instrumentPrice = new BigDecimal("1500");
|
|
|
+ }
|
|
|
}
|
|
|
amount = amount.add(instrumentPrice);
|
|
|
|