Bläddra i källkod

经销商详情增加身份证号

hu 5 månader sedan
förälder
incheckning
f63324dccc

+ 2 - 1
src/custom/restcontroller/webmanage/sale/agents/SQL/经销商详情查询.sql

@@ -33,7 +33,8 @@ select t1.sys_enterpriseid,
        t2.isservice,
        t1.limitreturnday,
        t1.freefreightamount,
-       t1.invoicingpoint
+       t1.invoicingpoint,
+       t1.idcard
 from sys_enterprise t1
          inner join sa_agents t2 on t1.siteid = t2.siteid and t1.sys_enterpriseid = t2.sys_enterpriseid
          LEFT JOIN sys_dataextend t4 ON t1.sys_enterpriseid = t4.ownerid  and ownertable='sys_enterprise' and  t1.siteid = t4.siteid