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