Commit 3fcc58f8 authored by christ's avatar christ

share

parent 23730adc
...@@ -886,7 +886,7 @@ class OrderModel extends \DAO\AbstractModel ...@@ -886,7 +886,7 @@ class OrderModel extends \DAO\AbstractModel
} }
if(!empty($diliverymanId)){ if(!empty($diliverymanId)){
$this->deleteGetListByMemberId($diliverymanId); $this->deleteDeliveryLogCache($diliverymanId);
$orderGoodsDao = \DAO\Order\OrderGoodsModel::getInstance(DbNameConst::masterDBConnectName); $orderGoodsDao = \DAO\Order\OrderGoodsModel::getInstance(DbNameConst::masterDBConnectName);
$orderGoodsDao->deleteOrderGoodsCache($diliverymanId, $orderId); $orderGoodsDao->deleteOrderGoodsCache($diliverymanId, $orderId);
$QmDeliveryLogDao = \DAO\Order\QmDeliverymanLogModel::getInstance(DbNameConst::salveDBConnectName); $QmDeliveryLogDao = \DAO\Order\QmDeliverymanLogModel::getInstance(DbNameConst::salveDBConnectName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment