瀏覽代碼

优质商户详情查询错误修复

沈静伟 4 年之前
父節點
當前提交
903593667a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/dsb/com/cnd3b/restcontroller/publicmethod/homepage/SQL/优质商户详情.sql

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/publicmethod/homepage/SQL/优质商户详情.sql

@@ -1,3 +1,3 @@
 select t1.fbrand, t1.fcontact, t1.faddress, t1.siteid, t1.fphonenumber, t1.fdutyparagraph, t1.saleprodclass,t1.fintroduction,t1.fagentname
 from tagents AS t1
-  and t1.tagentsid = $tagentsid$ and t1.siteid=$siteid$
+where t1.tagentsid = $tagentsid$ and t1.siteid=$siteid$