Hi all,

I found the root cause, it is because I called model->clear() in somewhere, it will impact the data that was inserted in model.
After I remove it, the expanison works well. Thanks all~