fix(consulta-de-produto): usar a variável ctx_user_companies_for_module
davinTI/app-dono-modulos/pipeline/head This commit looks good
davinTI/app-dono-modulos/pipeline/head This commit looks good
This commit is contained in:
Generated
+3
-3
@@ -9,15 +9,15 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.7"
|
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsx": "^4.21.0"
|
"tsx": "^4.21.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@davinti/jeff": {
|
"node_modules/@davinti/jeff": {
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"resolved": "git+https://git.davinti.com.br/davinTI/jeff.git#07860417cc408cbc691f3d52a169dc6daf1b21bc",
|
"resolved": "git+https://git.davinti.com.br/davinTI/jeff.git#aa32d9bc6e5ab4b6a4c5f2748fa68e4bfdd2b4e2",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/glob": "^8.1.0",
|
"@types/glob": "^8.1.0",
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "",
|
"description": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.7"
|
"@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.8"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"tsx": "^4.21.0"
|
"tsx": "^4.21.0"
|
||||||
|
|||||||
@@ -737,7 +737,7 @@ where 1=1
|
|||||||
--and pemp.nroempresa = 202
|
--and pemp.nroempresa = 202
|
||||||
and md.nrodivisao in (2,4)
|
and md.nrodivisao in (2,4)
|
||||||
and pemp.seqproduto = ${args.codproduto}
|
and pemp.seqproduto = ${args.codproduto}
|
||||||
and me.nroempresa in (${args.ctx_user_companies})
|
and me.nroempresa in (${args.ctx_user_companies_for_module})
|
||||||
and pes2.qtdembalagem = (select nvl(max(pes3.qtdembalagem), 1)
|
and pes2.qtdembalagem = (select nvl(max(pes3.qtdembalagem), 1)
|
||||||
from mrl_prodempseg pes3
|
from mrl_prodempseg pes3
|
||||||
where pes3.nroempresa = pes.nroempresa
|
where pes3.nroempresa = pes.nroempresa
|
||||||
|
|||||||
Reference in New Issue
Block a user