cqp 2 주 전
부모
커밋
d9c657c99b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Service/TPlusServerService.php

+ 1 - 1
app/Service/TPlusServerService.php

@@ -1187,7 +1187,7 @@ class TPlusServerService extends Service
                         COALESCE(it.priuserdefdecm1, 0) as product_box_size,
                         COALESCE(it.priuserdefdecm3, 0) as product_weight,
                         COALESCE(it.priuserdefdecm10, 0) as product_store_price,
-                        COALESCE(it.priuserdefdecm9, 0) as product_store_price2,
+                        COALESCE(it.priuserdefdecm11, 0) as product_store_price2,
                         COALESCE(it.priuserdefnvc5, '') as product_category,
                         COALESCE(ui.name, '') as unit,
                         COALESCE(sd_b.quantity, 0) as quantity,