|
|
|
@ -172,7 +172,9 @@ getValuesByQueryNotWithPermission
|
|
|
|
|
getAllSchoolClass
|
|
|
|
|
===
|
|
|
|
|
* 查询所有的班级
|
|
|
|
|
select class_name from school_class t
|
|
|
|
|
select
|
|
|
|
|
CONCAT_WS( '___ID', t.class_name, t.class_id ) AS `key`
|
|
|
|
|
from school_class t
|
|
|
|
|
where class_status = 1
|
|
|
|
|
@if(!isEmpty(orgId)){
|
|
|
|
|
and t.org_id =#orgId#
|
|
|
|
|