Sfoglia il codice sorgente

提价修改 logic_zhlp的化纤其它的转化异常

lvhao 22 ore fa
parent
commit
1569434fc6
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      core/CoreApp/models/Model_logic_zhlp.php

+ 2 - 2
core/CoreApp/models/Model_logic_zhlp.php

@@ -426,7 +426,7 @@ class Model_logic_zhlp extends Lin_Model {
                 "color"=>empty($arr['color'])?0:$arr['color'],
                 "lowe"=>empty($arr['lowe'])?0:$arr['lowe'],
                 "items"=>empty($arr['items'])?0:$arr['items'],
-                "syother"=>empty($arr['syother'])?0:$arr['syother'],
+                "syhairther"=>empty($arr['syhairther'])?0:$arr['syhairther'],
                 "size"=>empty($arr['size'])?0:$arr['size'],
             ];
         }elseif($type == 3){
@@ -438,7 +438,7 @@ class Model_logic_zhlp extends Lin_Model {
                 "color"=>empty($arr[8])?0:$arr[8],//头发颜色
                 "lowe"=>empty($arr[15])?0:$arr[15],//曲 度
                 "items"=>empty($arr[38])?0:$arr[38],//单包片数
-                "syother"=>empty($arr[48])?0:$arr[48],//化纤发其它
+                "syhairther"=>empty($arr[48])?0:$arr[48],//化纤发其它
                 "size"=>empty($arr[14])?0:$arr[14],//长 度
             ];
         }else{