refs #6276 change to boolean
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
7b81630b85
commit
9e6fac9add
|
@ -22,7 +22,7 @@ module.exports = Self => {
|
|||
},
|
||||
{
|
||||
arg: 'isChecked',
|
||||
type: 'number',
|
||||
type: 'boolean',
|
||||
required: true
|
||||
},
|
||||
{
|
||||
|
@ -85,7 +85,7 @@ module.exports = Self => {
|
|||
|
||||
await Self.updateAll(
|
||||
{saleFk},
|
||||
{isChecked: 1},
|
||||
{isChecked: true},
|
||||
myOptions
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue