Tigran hace 4 años
padre
commit
d48e05911c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CardCollector/DataBase/EntityDao/UserStickerRelationDao.cs

+ 1 - 1
CardCollector/DataBase/EntityDao/UserStickerRelationDao.cs

@@ -30,7 +30,7 @@ namespace CardCollector.DataBase.EntityDao
                 UserId = userId,
                 StickerId = stickerId,
                 Count = count,
-                ShortHash = Utilities.CreateMD5(stickerId)
+                ShortHash = Utilities.CreateMD5(stickerId + userId)
             };
             var result = await Table.AddAsync(cash);
             return result.Entity;