You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 26, 2022. It is now read-only.
最后我获得的statment:
select * from test.nation where 1=1
但是我传入的参数是n_nationkey=None,

AND n_nationkey = ?这个条件不想要。请教如何传参数呢?
我的py代码:
statement = mybatis_mapper2sql.get_child_statement(mapper, "testIf",n_nationkey=None)
我的xml: