wupengfei il y a 2 ans
Parent
commit
caef3512ff
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      addons/shopro/model/OrderShift.php

+ 1 - 2
addons/shopro/model/OrderShift.php

@@ -9,8 +9,7 @@ use traits\model\SoftDelete;
  */
 class OrderShift extends Model
 {
-    use SoftDelete;
-
+    protected $name = 'order_shift';
     // 提交第三方订单
     public static function thirdPartyOrder($order_no)
     {