diff --git a/src/controllers/product-service-controller.ts b/src/controllers/product-service-controller.ts index 8671c3d..da06d9e 100644 --- a/src/controllers/product-service-controller.ts +++ b/src/controllers/product-service-controller.ts @@ -27,9 +27,9 @@ export class ProductServiceController extends Controller { "status", "statusOrder", "productTypeId", - "createdBy", + "createdByUserId", "createdAt", - "updatedBy", + "updatedByUserId", "updatedAt", 'product' as "type" FROM "Product" @@ -47,9 +47,9 @@ export class ProductServiceController extends Controller { "status", "statusOrder", null as "productTypeId", - "createdBy", + "createdByUserId", "createdAt", - "updatedBy", + "updatedByUserId", "updatedAt", 'service' as "type" FROM "Service"