Gitlab@Informatics
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PQS-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
65160206
PQS-backend
Commits
c0c85113
Commit
c0c85113
authored
2 weeks ago
by
Kritkhanin Anantakul
Browse files
Options
Downloads
Patches
Plain Diff
fix target
parent
56a53c95
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/queues/queues.module.ts
+5
-1
5 additions, 1 deletion
src/queues/queues.module.ts
src/queues/queues.service.ts
+207
-199
207 additions, 199 deletions
src/queues/queues.service.ts
with
212 additions
and
200 deletions
src/queues/queues.module.ts
+
5
−
1
View file @
c0c85113
...
...
@@ -11,6 +11,8 @@ import { QueueType } from '@/queue-types/entities/queue-type.entity';
import
{
Product
}
from
'
@/products/entities/product.entity
'
;
import
{
Material
}
from
'
@/materials/entities/material.entity
'
;
import
{
ProductionTarget
}
from
'
@/production_targets/entities/production_target.entity
'
;
import
{
Recipe
}
from
'
@/recipes/entities/recipe.entity
'
;
import
{
RecipeIngredient
}
from
'
@/recipe_ingredients/entities/recipe_ingredient.entity
'
;
@
Module
({
imports
:
[
...
...
@@ -23,7 +25,9 @@ import { ProductionTarget } from '@/production_targets/entities/production_targe
QueueType
,
Product
,
Material
,
ProductionTarget
ProductionTarget
,
Recipe
,
RecipeIngredient
,
]),
// ✅ เพิ่ม Entity ที่เกี่ยวข้อง
],
controllers
:
[
QueuesController
],
...
...
This diff is collapsed.
Click to expand it.
src/queues/queues.service.ts
+
207
−
199
View file @
c0c85113
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment