|
|
|
@ -1041,7 +1041,7 @@ func getOrgNameMap(bureauId string) (map[string]string, error) {
|
|
|
|
|
作者:黄海
|
|
|
|
|
时间:2020-08-05
|
|
|
|
|
*/
|
|
|
|
|
func InsertTeacherOrgInfo(personIds []string, orgId string, isMain int32) (bool, string, error) {
|
|
|
|
|
func AddTeacherOrgInfo(personIds []string, orgId string, isMain int32) (bool, string, error) {
|
|
|
|
|
//(1)获取单位ID
|
|
|
|
|
list := SqlKit.QueryByIds([]string{orgId}, "t_base_organization")
|
|
|
|
|
if len(list) == 0 {
|
|
|
|
|