Tigran 4 vuotta sitten
vanhempi
commit
d48e05911c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;