|
|
|
@ -121,7 +121,7 @@ namespace OpenAuth.App.ServiceApp.Algo
|
|
|
|
|
await db.LasaAiAchievementDetail.InsertAsync(lasaAiAchievementDetail);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//await db.LasaAiAchievement.InsertAsync(lasaAiAchievement);
|
|
|
|
|
await db.LasaAiAchievement.InsertAsync(lasaAiAchievement);
|
|
|
|
|
if (db.Commit())
|
|
|
|
|
return new Response<bool>
|
|
|
|
|
{
|
|
|
|
|