孙镇亮 %!s(int64=5) %!d(string=hai) anos
pai
achega
61bde2522c

+ 3 - 1
src/main/java/com/ym/mec/collectfee/controller/YqPayController.java

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