|
@@ -85,6 +85,7 @@ func PersonImageSave(imgUrl string, msgId, positionId, materialsId int64) bool {
|
|
func GetPersonCode(positionId int64, name, userId string) string {
|
|
func GetPersonCode(positionId int64, name, userId string) string {
|
|
data := entity.JyBiTidb.FindOne("dwd_d_userbase_belongto_rulecode", map[string]interface{}{"user_id": userId}, "code", "")
|
|
data := entity.JyBiTidb.FindOne("dwd_d_userbase_belongto_rulecode", map[string]interface{}{"user_id": userId}, "code", "")
|