@@ -85,6 +85,7 @@ func PersonImageSave(imgUrl string, msgId, positionId, materialsId int64) bool {
}
func GetPersonCode(positionId int64, name, userId string) string {
+ log.Println("GetPersonCode userId", userId)
//根据职位id获取到对应的渠道码
code := ""
data := entity.JyBiTidb.FindOne("dwd_d_userbase_belongto_rulecode", map[string]interface{}{"user_id": userId}, "code", "")