|
|
|
@ -282,7 +282,7 @@ func ExportTeacherInfoExcel(targetPath string, bureauId string, ExportExcelStatu
|
|
|
|
|
f.AddDataValidation(SheetName, dvRange)
|
|
|
|
|
|
|
|
|
|
//部门
|
|
|
|
|
sql := "select org_name as dict_value from t_base_organization where bureau_id=? and b_use=1 order by sort_id"
|
|
|
|
|
sql := "select org_name as dict_value from t_base_organization where bureau_id=? and b_use=1 order by org_type,sort_id"
|
|
|
|
|
list, _ = db.SQL(sql, bureauId).Query().List()
|
|
|
|
|
|
|
|
|
|
if len(list) > 0 {
|
|
|
|
|