diff --git a/dsBaseWeb/Business/BaseOrganization/BaseOrganizationController/BaseOrganizationController.go b/dsBaseWeb/Business/BaseOrganization/BaseOrganizationController/BaseOrganizationController.go index 9d1de5a3..ac6b3784 100644 --- a/dsBaseWeb/Business/BaseOrganization/BaseOrganizationController/BaseOrganizationController.go +++ b/dsBaseWeb/Business/BaseOrganization/BaseOrganizationController/BaseOrganizationController.go @@ -67,7 +67,7 @@ func Routers(r *gin.RouterGroup) { // @X-RoleLimit ["1"] // @X-TableName ["t_base_organization"] // @X-ExtendSwaggerField [{"column_name":"login_name","sample_data":"sys001","column_comment":"登录账号"},{"column_name":"login_pwd","sample_data":"741369","column_comment":"初始密码"}] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [1] func PageEnableEduInfo(c *gin.Context) { //第几页 @@ -123,7 +123,7 @@ func PageEnableEduInfo(c *gin.Context) { // @X-RoleLimit ["1"] // @X-InterfaceName ["PageBaseOrganization"] // @X-TableName ["t_base_organization"] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [2] func PageDisableEduInfo(c *gin.Context) { //第几页 @@ -175,7 +175,7 @@ func PageDisableEduInfo(c *gin.Context) { // @X-RoleLimit ["1"] // @X-InterfaceName ["GetBaseOrganization"] // @X-TableName ["t_base_organization"] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","org_lng","org_lat","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","org_lng","org_lat","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [3] func GetEduInfoById(c *gin.Context) { //教育局ID @@ -394,7 +394,7 @@ func UpdateEduInfo(c *gin.Context) { // @X-IntRangeLimit [{"page":"1,1000"},{"limit":"1,1000"}] // @X-RoleLimit ["1","2","3","4"] // @X-TableName ["t_base_organization"] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [7] func PageEduAssistInfo(c *gin.Context) { //第几页 @@ -445,7 +445,7 @@ func PageEduAssistInfo(c *gin.Context) { // @X-RoleLimit ["1","2","3","4"] // @X-InterfaceName ["GetBaseOrganization"] // @X-TableName ["t_base_organization"] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","org_lng","org_lat","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","org_lng","org_lat","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [8] func GetEduAssistInfoById(c *gin.Context) { //教育局ID @@ -666,7 +666,7 @@ func DeleteEduAssistInfo(c *gin.Context) { // @X-InterfaceName ["PageBaseOrganization"] // @X-TableName ["t_base_organization"] // @X-ExtendSwaggerField [{"column_name":"xxbxlxm_name","sample_data":"小学","column_comment":"学校办学类型名称"}] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_id","manage_org_id","directly_under_type","xxbbm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_id","manage_org_id","xxbbm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [12] func PageSchoolInfo(c *gin.Context) { //第几页 @@ -724,7 +724,7 @@ func PageSchoolInfo(c *gin.Context) { // @X-InterfaceName ["PageBaseOrganization"] // @X-TableName ["t_base_organization"] // @X-ExtendSwaggerField [{"column_name":"xxbxlxm_name","sample_data":"小学","column_comment":"学校办学类型名称"}] -// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_id","manage_org_id","directly_under_type","xxbbm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","parent_id","bureau_id","org_type","edu_assist_type","main_school_id","manage_org_id","xxbbm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","last_updated_time"] // @X-Sort [12] func PageMainSchoolInfo(c *gin.Context) { //第几页 @@ -1040,7 +1040,7 @@ func DeleteSchoolInfo(c *gin.Context) { // @X-InterfaceName ["PageBaseOrganization"] // @X-TableName ["t_base_organization"] // @X-ExtendSwaggerField [{"column_name":"org_manager_name","sample_data":"李老师","column_comment":"部门领导"}] -// @X-RemoveSwaggerField ["id_int","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","area_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","sort_id","b_use","province_code","city_code","district_code","area_code","last_updated_time"] // @X-Sort [17] func PageOrgInfo(c *gin.Context) { //第几页 @@ -1090,7 +1090,7 @@ func PageOrgInfo(c *gin.Context) { // @X-InterfaceName ["GetBaseOrganization"] // @X-TableName ["t_base_organization"] // @X-ExtendSwaggerField [{"column_name":"org_manager_id","sample_data":"00B15A6D-4EE1-481C-88F4-054A7BE9F60F","column_comment":"部门领导ID"},{"column_name":"org_manager_name","sample_data":"李老师","column_comment":"部门领导名称"}] -// @X-RemoveSwaggerField ["id_int","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","b_use","province_code","city_code","district_code","area_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","b_use","province_code","city_code","district_code","area_code","last_updated_time"] // @X-Sort [18] func GetOrgInfo(c *gin.Context) { //部门ID @@ -1285,7 +1285,7 @@ func DeleteOrgInfo(c *gin.Context) { // @X-EmptyLimit ["orgId"] // @X-LengthLimit [{"orgId":"36,36"}] // @X-RoleLimit ["1","2","3","4","5","6","7"] -// @X-RemoveSwaggerField ["id_int","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","directly_under_type","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","b_use","province_code","city_code","district_code","area_code","last_updated_time"] +// @X-RemoveSwaggerField ["id_int","bureau_id","org_type","edu_assist_type","main_school_type","main_school_id","manage_org_id","xxbbm","xxbxlxm","szdcxlxm","xxjbzm","fzr","fddbr","fddbrdh","address","lxdh","org_lng","org_lat","b_use","province_code","city_code","district_code","area_code","last_updated_time"] // @X-Sort [22] func GetOrgTreeInfo(c *gin.Context) { //单位ID