|
@@ -626,7 +626,9 @@ public class YqPayController extends BaseController {
|
|
|
renewBean.setIn(renewals.getPay());
|
|
|
renewBean.setOut(new BigDecimal(0));
|
|
|
renewBean.setWay(renewals.getWay());
|
|
|
- applyInfoService.pushRenew(renewBean);
|
|
|
+ if(order.getType()!= null && order.getType()==3){
|
|
|
+ applyInfoService.pushRenew(renewBean);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|