Compare commits
No commits in common. "3dcba310f6736a74d7de18e604c9c4f0fbf9126d" and "ac7870e8841fcbbf2a23aff5600f3024a7efcfe6" have entirely different histories.
3dcba310f6
...
ac7870e884
@ -521,7 +521,6 @@ class DBConnector extends EventEmitter {
|
||||
let putQueueData = _.cloneDeep(prms);
|
||||
putQueueData.blMsg = prms.blMsg ? prms.blMsg : Buffer.from("");
|
||||
putQueueData.connection = this.connection;
|
||||
putQueueData.nExsSrv = this.nExsSrv;
|
||||
//Исполняем действие в БД
|
||||
try {
|
||||
let res = await this.connector.putQueue(putQueueData);
|
||||
|
||||
@ -373,7 +373,6 @@ const putQueue = async prms => {
|
||||
inPrms: {
|
||||
NEXSSERVICEFN: prms.nServiceFnId,
|
||||
BMSG: prms.blMsg,
|
||||
NEXSSRV: prms.nExsSrv,
|
||||
NEXSQUEUE: prms.nQueueId,
|
||||
NLNK_COMPANY: prms.nLnkCompanyId,
|
||||
NLNK_DOCUMENT: prms.nLnkDocumentId,
|
||||
|
||||
@ -361,7 +361,6 @@ const putQueue = async prms => {
|
||||
inPrms: {
|
||||
NEXSSERVICEFN: prms.nServiceFnId,
|
||||
BMSG: prms.blMsg,
|
||||
NEXSSRV: prms.nExsSrv,
|
||||
NEXSQUEUE: prms.nQueueId,
|
||||
NLNK_COMPANY: prms.nLnkCompanyId,
|
||||
NLNK_DOCUMENT: prms.nLnkDocumentId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user