เพิ่มแสดงเหนผล

This commit is contained in:
Kittapath 2024-03-28 16:56:55 +07:00
parent cabc83d189
commit 55f1c1add8

View file

@ -127,6 +127,7 @@ export class ProfileGovernmentHistoryController extends Controller {
dateStart: record.dateStart,
govAgeAbsent: record.govAgeAbsent,
govAgePlus: record.govAgePlus,
reasonSameDate: record.reasonSameDate,
};
return new HttpSuccess(data);