xielq 4 жил өмнө
parent
commit
bd2070ecdd

+ 1 - 1
mianshi-im-api/src/main/java/com/shiku/mianshi/controller/UserExpandController.java

@@ -375,7 +375,7 @@ public class UserExpandController extends AbstractController {
 		DBCollection dbCollection = dsForTigase.getDB().getCollection("tig_users");
 		DBCollection dbCollection = dsForTigase.getDB().getCollection("tig_users");
 		DBObject updateCondition=new BasicDBObject();  
 		DBObject updateCondition=new BasicDBObject();  
 	    //where user_id='101838@113.105.74.140'  
 	    //where user_id='101838@113.105.74.140'  
-	    updateCondition.put("user_id", imid+"@113.105.74.140"); 
+	    updateCondition.put("user_id", imid+"@im.ubtob.net");
 	    DBObject updatedValue=new BasicDBObject();  
 	    DBObject updatedValue=new BasicDBObject();  
         updatedValue.put("password",  DigestUtils.md5Hex(newPassword));  
         updatedValue.put("password",  DigestUtils.md5Hex(newPassword));  
         DBObject updateSetValue=new BasicDBObject("$set",updatedValue); 
         DBObject updateSetValue=new BasicDBObject("$set",updatedValue);