qzyReal hace 3 años
padre
commit
2a209e2e8e
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      sp-server/src/main/java/com/pj/api/wx/service/WxService.java

+ 0 - 2
sp-server/src/main/java/com/pj/api/wx/service/WxService.java

@@ -273,8 +273,6 @@ public class WxService {
                     });
                 }
                 tbFeeDetailsService.chargeBusinessFee(items, transactionId, outTradeNo, payTime);//添加items的收费明细
-
-                items.forEach(tbBusinessItem -> tbBusinessItem.setPayStatus(1).setPayTime(now));
                 items.forEach(tbBusinessItem -> tbBusinessItem.setPayStatus(1).setPayTime(finalPayTime));
                 tbBusinessItemService.updateBatchById(items);
             }