master
huanghai 5 years ago
parent 7ea9019ead
commit 0fd21f7e60

@ -18,6 +18,7 @@ import (
"dsBaseRpc/Utils/RedisUtil"
"dsBaseRpc/Utils/SqlKit"
"dsBaseRpc/models"
"fmt"
"github.com/360EntSecGroup-Skylar/excelize/v2"
"github.com/pkg/errors"
"github.com/xormplus/builder"
@ -977,6 +978,9 @@ func updateTeacherImport(batchId string, actionPersonId string, actionIp string)
model.Xbm = xbm
} else {
//如果不是身份证号,那就用个默认值吧
if model.Xm == "李爽" {
fmt.Println("a")
}
model.Csrq = r1.Csrq
model.Xbm = r1.Xbm
}

Loading…
Cancel
Save