fix: do not check global name conflict
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 12s

This commit is contained in:
Methapon2001 2025-04-22 11:20:11 +07:00
parent 35ec6cc061
commit 40e5f495e5

View file

@ -500,6 +500,7 @@ export class ProductController extends Controller {
prisma.product.findMany({
where: {
productGroup: {
id: productGroupId,
registeredBranch: {
OR: permissionCondCompany(req.user),
},