shish 3 years ago
parent
commit
e8011e0937
1 changed files with 1 additions and 0 deletions
  1. 1 0
      biz-ghs/product/classes/ProductClass.php

+ 1 - 0
biz-ghs/product/classes/ProductClass.php

@@ -373,6 +373,7 @@ class ProductClass extends BaseClass
                 }
                 }
             }
             }
             $list[$k]['presellDateShow'] = $preSellDateShow;
             $list[$k]['presellDateShow'] = $preSellDateShow;
+            unset($list[$k]['presellDate']);
         }
         }
         return $list;
         return $list;
     }
     }