xubh пре 5 година
родитељ
комит
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.setIsWinning("01");
-				detInf.setIsDelivery("01");
+				detInf.setIsDelivery("00");
 				Service.lookup(IMINDataBaseService.class)
 						.getMybatisMapper(VmOrderDetailsMapper.class)
 						.updateByPrimaryKeySelective(detInf);