Sfoglia il codice sorgente

处理待结算报错bug

wanxl 1 anno fa
parent
commit
c2aa4376bc

+ 4 - 3
src/main/java/com/sqx/modules/order/service/impl/AppAppOrderServiceImpl.java

@@ -2735,9 +2735,10 @@ public class AppAppOrderServiceImpl extends ServiceImpl<AppOrderDao, TbOrder> im
 
 
 //            超时时间
-            Date date = new Date();
-            long time1 = date.getTime()+60*60*1000;
-            order.setTimeOut(time1);
+            //目前没有处理待结算的逻辑 先注释掉
+//            Date date = new Date();
+//            long time1 = date.getTime()+60*60*1000;
+//            order.setTimeOut(time1);
         }
         // 更新订单
         updateById(order);