fix bug in user, employee, institution,requestList
This commit is contained in:
parent
116fa02bd9
commit
709c21082a
9 changed files with 230 additions and 17 deletions
|
|
@ -85,7 +85,7 @@ export class RequestDataController extends Controller {
|
|||
OR: queryOrNot<Prisma.RequestDataWhereInput[]>(query, [
|
||||
{ code: { contains: query, mode: "insensitive" } },
|
||||
{ quotation: { code: { contains: query, mode: "insensitive" } } },
|
||||
{ quotation: { workName: { contains: query } } },
|
||||
{ quotation: { workName: { contains: query, mode: "insensitive" } } },
|
||||
{
|
||||
quotation: {
|
||||
customerBranch: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue