Skip to content

Commit

Permalink
fix wages placement
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed Dec 5, 2024
1 parent 2905d8e commit 59203b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export class ProductQueryBuilderService {
'discountTypeId',
'discountStartDate',
'discountEndDate',
'wages',
],
)
.include([
Expand Down Expand Up @@ -551,6 +550,7 @@ export class ProductQueryBuilderService {
'weight',
'cntComment',
'score',
'wages',
'createdAt',
'updatedAt',
];
Expand Down

0 comments on commit 59203b8

Please sign in to comment.