Ver Fonte

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

guo há 1 ano atrás
pai
commit
446f13cd34

+ 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