等app更新,暂时限制培训班支付方式为微信
This commit is contained in:
@@ -114,6 +114,12 @@ public class TrainingClassController {
|
||||
if(count>0){
|
||||
return R.error("已报名");
|
||||
}
|
||||
if (!"1".equals(buyOrder.getPaymentMethod())){
|
||||
return R.error("此次会议仅支持微信报名(苹果用户想报名请联系吴门医述客服,客服微信:yilujiankangkefu)");
|
||||
}
|
||||
if (buyOrder.getJfDeduction().compareTo(BigDecimal.ZERO)>0){
|
||||
return R.error("此次会议不支持积分抵扣");
|
||||
}
|
||||
buyOrder.setOrderStatus("0");
|
||||
buyOrder.setOrderType("trainingClass");
|
||||
String timeId = IdWorker.getTimeId().substring(0, 32);
|
||||
|
||||
Reference in New Issue
Block a user