xubh před 4 roky
rodič
revize
1d32d8bfd5

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