|
@@ -801,7 +801,7 @@ func getEntPushSet(mgo *MongodbSim, msl *Mysql, entUserId int, phone string) *ma
|
|
"i_applystatus": 1,
|
|
"i_applystatus": 1,
|
|
}, `{"s_phone":-1}`, false, -1, -1)
|
|
}, `{"s_phone":-1}`, false, -1, -1)
|
|
if !ok || users == nil || len(*users) == 0 {
|
|
if !ok || users == nil || len(*users) == 0 {
|
|
- logger.Info("user表中没有找到该企业用户", entUserId)
|
|
|
|
|
|
+ logger.Info("user表中没有找到该企业用户", entUserId, phone)
|
|
return nil
|
|
return nil
|
|
}
|
|
}
|
|
user := map[string]interface{}{}
|
|
user := map[string]interface{}{}
|