Browse Source

reset goods_marketprice

stanley-king 7 years ago
parent
commit
552f0f7efd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      helper/model/goods_summary.php

+ 1 - 1
helper/model/goods_summary.php

@@ -192,7 +192,7 @@ class goods_summary
         if($is_fcode) {
         if($is_fcode) {
             $fcode = new user_session\fcode();
             $fcode = new user_session\fcode();
             $summary['has_fcode'] = $fcode->goods_has_code($this->goods_id,$lock_num) == false ? false : true;
             $summary['has_fcode'] = $fcode->goods_has_code($this->goods_id,$lock_num) == false ? false : true;
-            $summary['goods_price'] = $summary['goods_marketprice'];
+            //$summary['goods_price'] = $summary['goods_marketprice'];
         } else {
         } else {
             $summary['has_fcode'] = false;
             $summary['has_fcode'] = false;
         }
         }