@@ -95,6 +95,7 @@ namespace Controllers.Admin
if(item != null)
{
var modal = subParam.Adapt<AppProjectBottom>().ToUpdate(HttpContext);
+ modal.id = item.id;
modal.sort = index;
_AppProjectBottomService.Update(modal, true);
}