stanley-king 3 年之前
父节点
当前提交
b06a188867
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      helper/refill/policy/mratio_control.php

+ 1 - 0
helper/refill/policy/mratio_control.php

@@ -136,6 +136,7 @@ class mratio_control
 
     public function setMixedPrice($mchid, $mixed_quality, $card_type, $spec, $prices)
     {
+        Log::record(__METHOD__,Log::DEBUG);
         $key = "{$card_type}-{$spec}";
         $this->mMixedPrices[$mchid][$mixed_quality][$key] = $prices;
     }