renjiaojiao 1 settimana fa
parent
commit
0e9f9e2133
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      service/material.go

+ 1 - 0
service/material.go

@@ -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", "")