add "LastUpdateName" to 7 table

This commit is contained in:
AdisakKanthawilang 2024-02-05 12:04:42 +07:00
parent 70cb1d7c11
commit 013196c917
7 changed files with 7 additions and 7 deletions

View file

@ -41,7 +41,7 @@ export class GenderController extends Controller {
async GetResult() {
console.log("asds")
const _gender = await this.genderRepository.find({
select: ["id", "name" , "createdAt" , "lastUpdatedAt" , "createdFullName"],
select: ["id", "name" , "createdAt" , "lastUpdatedAt" , "createdFullName" , "lastUpdateFullName"],
order:{ createdAt:"ASC" }
});
if (!_gender) {