fix: refs #6276 options
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9cff06ae3d
commit
fc08adc064
|
@ -44,7 +44,7 @@ module.exports = Self => {
|
||||||
|
|
||||||
if (source) {
|
if (source) {
|
||||||
await Self.rawSql(
|
await Self.rawSql(
|
||||||
'CALL vn.ticketStateToday_setState(?,?)', [id, source], options
|
'CALL vn.ticketStateToday_setState(?,?)', [id, source], myOptions
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue