ปรับหน้าจอ เพื่อให้ SA

This commit is contained in:
LAPTOP-KB8JC2K2\acer
2021-03-25 17:21:06 +07:00
parent 3be03e16d7
commit 56e8bb1446
3 changed files with 4 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ namespace TodoAPI2.Models
|| (model.adjust_postponement_quota_id.HasValue && m_eva_adjust_postponement_detail_migration.adjust_postponement_quota_id == model.adjust_postponement_quota_id)
orderby m_eva_adjust_postponement_detail_migration.created descending
orderby m_eva_adjust_postponement_detail_migration.order_at_this_time
select new eva_adjust_postponement_detail_migrationViewModel()
{
id = m_eva_adjust_postponement_detail_migration.id,