瀏覽代碼

Merge remote-tracking branch 'origin/develop_green' into develop

guo 1 年之前
父節點
當前提交
446f13cd34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/custom/restcontroller/webmanage/sale/salestarget/SQL/业务员列表查询.sql

+ 1 - 1
src/custom/restcontroller/webmanage/sale/salestarget/SQL/业务员列表查询.sql

@@ -7,4 +7,4 @@ from sys_hr t1
 		 left join sys_hr t6 on t1.siteid = t6.siteid and t1.hrid = t6.hrid
          left join sys_users t7 on t7.userid = t6.userid
 where t1.siteid = $siteid$ and t2.depname='销售部'
-  and t1.hrid =$hrid$
+  and t1.hrid =$hrid$ order by t5.LEVEL asc