Commit 76ac886b authored by chenchuanwen's avatar chenchuanwen

ccw:master_dev

parent 1f2edbcc
......@@ -137,7 +137,7 @@ class DeliveryServiceModel extends \Business\AbstractModel
$res['isDel']=ApiConst::zero;
$deliveryManWhere['id']=$res['id'];
$resData= $deliveryManDao->update($deliveryManWhere,$res);
$memberData['diliveryman_id']=$res['id'];
$memberData['diliveryman_id'] =$res['id'];
}else{
$trueName=$trueName?$trueName:$member['memberName'];
$deliveryManData['true_name']=$trueName;
......
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