แก้คำนวนเงินเดือน

This commit is contained in:
kittapath 2024-09-18 19:20:14 +07:00
parent c024cc27f1
commit 6e1560b91d
2 changed files with 331 additions and 952 deletions

File diff suppressed because it is too large Load diff

View file

@ -50,7 +50,7 @@ export const AppDataSource = new DataSource({
password: process.env.DB_PASSWORD,
connectorPackage: "mysql2",
synchronize: false,
logging: ["query", "error"],
logging: true,
entities:
process.env.NODE_ENV !== "production"
? ["src/entities/**/*.ts"]