Ammends
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
1b9ca13391
commit
eba39cc706
|
@ -75,7 +75,7 @@ module.exports = Self => {
|
|||
await models.ItemMatchProperties.upsert({
|
||||
itemFk: buy.itemFk,
|
||||
name: buy.description,
|
||||
company: buy.companyName,
|
||||
producer: buy.companyName,
|
||||
size: buy.size
|
||||
}, options);
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ module.exports = Self => {
|
|||
fields: ['itemFk'],
|
||||
where: {
|
||||
name: buy.description,
|
||||
company: buy.companyName,
|
||||
producer: buy.companyName,
|
||||
size: buy.size
|
||||
}
|
||||
}, myOptions);
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"company": {
|
||||
"producer": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
|
|
Loading…
Reference in New Issue