فهرست منبع

新建反退单的经销商范围改为启用状态下的经销商

eganwu 1 سال پیش
والد
کامیت
1032ef81e2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/custom/restcontroller/webmanage/sale/agents/SQL/经销商列表查询.sql

+ 1 - 1
src/custom/restcontroller/webmanage/sale/agents/SQL/经销商列表查询.sql

@@ -19,5 +19,5 @@ select t1.sys_enterpriseid,
        t2.saleclassauth
 from sa_agents t1
          inner join sys_enterprise t2 on t1.siteid = t2.siteid and t1.sys_enterpriseid = t2.sys_enterpriseid
-where t1.siteid = $siteid$ and t1.status='启用'
+where t1.siteid = $siteid$
   and $where$