no message

This commit is contained in:
kittapath 2024-11-18 17:29:36 +07:00
parent 9e78cf7345
commit 5fcaf51908

View file

@ -173,7 +173,7 @@ export class ProfileEditEmployeeController extends Controller {
id: getProfileEdit.id,
topic: getProfileEdit.topic,
detail: getProfileEdit.detail,
citizenId: getProfileEdit?.profile?.citizenId ?? "",
citizenId: getProfileEdit?.profileEmployee?.citizenId ?? "",
status: getProfileEdit.status,
remark: getProfileEdit.remark,
createdAt: getProfileEdit.createdAt,