delete test corn
This commit is contained in:
parent
d3b8de26d7
commit
8a96d40b1f
2 changed files with 1 additions and 17 deletions
|
|
@ -7115,19 +7115,4 @@ export class CommandController extends Controller {
|
|||
},
|
||||
});
|
||||
}
|
||||
|
||||
async cronjobTest(@Request() request?: RequestWithUser) {
|
||||
const gender = {
|
||||
name: "เพศทางเลือก",
|
||||
code: "M",
|
||||
isActive: true,
|
||||
createdFullName: "system",
|
||||
createdAt: new Date(),
|
||||
updatedAt: new Date(),
|
||||
};
|
||||
|
||||
await this.genderRepo.save(gender);
|
||||
|
||||
return new HttpSuccess();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue