fix service relation in servicetype
This commit is contained in:
@ -55,7 +55,6 @@ export class ServiceController {
|
||||
|
||||
const res_count = query;
|
||||
const res_list = query
|
||||
.leftJoinAndSelect("Service.serviceType", "serviceType")
|
||||
.orderBy("Service." + param.order_field, param.order_direction)
|
||||
.offset(offset)
|
||||
.limit(limit);
|
||||
|
||||
Reference in New Issue
Block a user