Browse Source

商户信息查询新增地址及统一社会代码

沈静伟 4 years ago
parent
commit
a56dfd90bf

+ 3 - 1
src/dsb/com/cnd3b/restcontroller/customer/tagents/SQL/经销商主界面查询.sql

@@ -20,6 +20,8 @@ select t1.tagentsid,
        t1.fteamsize,
        t1.ftype,
        t1.fbrand,
-       t1.fintroduction
+       t1.fintroduction,
+       t1.faddress,
+       t1.fdutyparagraph
 from tagents t1
 where t1.siteid =$siteid$ and t1.tagentsid=$tagentsid$