zxhxx 1 年之前
父節點
當前提交
1d9fe306db
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Model/Shop/MShop.Class.php

+ 1 - 1
Model/Shop/MShop.Class.php

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