Sfoglia il codice sorgente

恢复订单状态

赵冬冬 4 anni fa
parent
commit
6244605d46

+ 0 - 1
carbon-h5/carbon-h5-service/src/main/java/com/hcloud/microserver/h5/service/impl/OrderInfoServiceImpl.java

@@ -352,7 +352,6 @@ public class OrderInfoServiceImpl implements OrderInfoService {
         if(state.intValue() ==0){
             throw new RuntimeException("该订单为无效订单!");
         }
-        goodsOrderInfo.setOrderStatus(6);
         goodsOrderInfo.setState(0);
         goodsOrderInfo.setModifiedTime(new Date());
         int i = goodsOrderInfoMapper.updateByPrimaryKeySelective(goodsOrderInfo);