dever 3 年 前
コミット
0dc5bde4ba
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/cash/lib/Order.php

+ 1 - 0
app/cash/lib/Order.php

@@ -9,6 +9,7 @@ class Order
 	# 更新结算单
     public function up($order, $jstype = 1, $audit = 1, $refund = false)
     {
+        Dever::config('base')->hook = true;
         if (!$order) {
             return false;
         }