feat: include business relation
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 5s

This commit is contained in:
Methapon2001 2025-07-11 11:13:18 +07:00
parent ccee309268
commit 1f34ea7ecb

View file

@ -201,6 +201,7 @@ export class CustomerController extends Controller {
branch: includeBranch branch: includeBranch
? { ? {
include: { include: {
businessType: true,
province: true, province: true,
district: true, district: true,
subDistrict: true, subDistrict: true,