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