Kaynağa Gözat

app 前端字段

shish 4 yıl önce
ebeveyn
işleme
a30f5b0d17
1 değiştirilmiş dosya ile 5 ekleme ve 5 silme
  1. 5 5
      biz-ghs/product/classes/ProductClass.php

+ 5 - 5
biz-ghs/product/classes/ProductClass.php

@@ -81,11 +81,6 @@ class ProductClass extends BaseClass
                 $list[$k]['bigUnit'] = $data[$v['itemId']]['bigUnit'];
                 $list[$k]['smallUnit'] = $data[$v['itemId']]['smallUnit'];
 
-                //前端使用字段
-                $list[$k]['bigCount'] = 0;
-                $list[$k]['smallCount'] = 0;
-                $list[$k]['userPrice'] = 0;
-
             }
         }
         return $list;
@@ -145,6 +140,11 @@ class ProductClass extends BaseClass
             //自动调价的价格
             $list[$k]['autoPrice'] = bcadd($v['cost'], $v['addPrice'], 2);
 
+            //前端使用字段
+            $list[$k]['bigCount'] = 0;
+            $list[$k]['smallCount'] = 0;
+            $list[$k]['userPrice'] = 0;
+
         }
         return $list;
     }