Bladeren bron

产品查询列表新增产品说明字段

沈静伟 4 jaren geleden
bovenliggende
commit
747ba043ef
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      src/dsb/com/cnd3b/restcontroller/customer/products/SQL/商品列表查询.sql

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/customer/products/SQL/商品列表查询.sql

@@ -1,2 +1,2 @@
-select t1.tagents_productid,t1.fprice, t1.fprodname, t1.fprodnum,t1.fprodclassname,ftag,fisonsale from tagents_product t1
+select t1.tagents_productid,t1.fprice, t1.fprodname, t1.fprodnum,t1.fprodclassname,ftag,fisonsale, fintroduction from tagents_product t1
 where t1.siteid=$siteid$ and t1.tagentsid=$tagentsid$ and $where$