Browse Source

经销商档案详情查询bug修复

eganwu 1 year ago
parent
commit
5956d3512e

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

@@ -24,8 +24,7 @@ select t1.sys_enterpriseid,
        t2.isservice,
        t1.limitreturnday,
        t1.freefreightamount,
-       t1.invoicingpoint,
-       t1.isrebate
+       t1.invoicingpoint
 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