xubh 5 лет назад
Родитель
Сommit
1d32d8bfd5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/main/java/com/minpay/shouhuo/deliveryaction/DeliveryAction.java

+ 1 - 1
src/main/java/com/minpay/shouhuo/deliveryaction/DeliveryAction.java

@@ -352,7 +352,7 @@ public class DeliveryAction implements IMINAction{
 				//更新订单详情
 				//更新订单详情
 				detInf.setDeliveryId(dlId);
 				detInf.setDeliveryId(dlId);
 				detInf.setIsWinning("01");
 				detInf.setIsWinning("01");
-				detInf.setIsDelivery("01");
+				detInf.setIsDelivery("00");
 				Service.lookup(IMINDataBaseService.class)
 				Service.lookup(IMINDataBaseService.class)
 						.getMybatisMapper(VmOrderDetailsMapper.class)
 						.getMybatisMapper(VmOrderDetailsMapper.class)
 						.updateByPrimaryKeySelective(detInf);
 						.updateByPrimaryKeySelective(detInf);