[task-193] [fix] helper:dbbool_encode
This commit is contained in:
parent
d4fdebceca
commit
a51e4504c3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ namespace _espe.helpers
|
||||||
value : boolean
|
value : boolean
|
||||||
) : int
|
) : int
|
||||||
{
|
{
|
||||||
return (value ? 0 : 1);
|
return (value ? 1 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue