|
@@ -167,7 +167,7 @@ class MShop extends MBaseModel
|
|
|
];
|
|
|
$result = $this->objMMemberBalanceDetail->addMemberBalanceDetail($memberBalanceDetailData,$isbackstage=true);
|
|
|
if($result) {
|
|
|
- $this->objDShop > update(['is_send' => 1], ['id' => $ShopId]);
|
|
|
+ $this->objDShop->update(['is_send' => 1], ['id' => $ShopId]);
|
|
|
}
|
|
|
}
|
|
|
|