feat: also return full address

This commit is contained in:
Methapon Metanipat 2024-10-18 14:58:22 +07:00
parent 2c90c0c143
commit ee858094e0

View file

@ -224,7 +224,13 @@ export class QuotationController extends Controller {
select: { worker: true },
},
registeredBranch: true,
customerBranch: true,
customerBranch: {
include: {
province: true,
district: true,
subDistrict: true,
},
},
worker: {
include: {
employee: {