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