main
黄海 2 years ago
parent 99380a2fa5
commit 2178f1e678

@ -26,6 +26,9 @@ DsideaL4r5t6y7u
南关区教育局资产填报干事 nggs 123456
九台区教育局办公事干事 jtgs 123456
# 市教育局办公室干事
长春市教育局办公室干事 ccsjyjgs 123456
# 县区教育局下属学校校办干事
九台一中校办干事 jtyzxbgs 123456
九台市电教站办公室干事 jtdjzgs 123456

@ -707,7 +707,7 @@ public class CollectController extends Controller {
* 1:
* 2
* 3
*
* 4:
* @return
*/
@Before({GET.class, RepeatIntercetpor.class})

@ -809,7 +809,7 @@ public class CollectModel {
*/
public Page<Record> getBureauList(int query_type_id, String bureau_type_ids, String area_id, String org_name, int page, int limit) {
Kv kv = Kv.create();
//单位类型1:教育局2学校3教辅单位
//单位类型1:县区教育局2学校3教辅单位,4:市教育局
List<String> bureau_type_list = Arrays.stream(bureau_type_ids.split(",")).toList();
//默认查全市
@ -837,6 +837,7 @@ public class CollectModel {
List<Integer> OrgTypeList = new ArrayList<>();
if (query_type_id == 1) {//市
for (String s : bureau_type_list) {
if (s.equals("4")) OrgTypeList.add(4);//市教育局
if (s.equals("1")) OrgTypeList.add(11);//县区教育局
if (s.equals("2")) {//学校
OrgTypeList.add(8);

Loading…
Cancel
Save