rbatis-codegen-4.0.13 has been yanked.
rbatis html query lang codegen
from html logic just like:
`select * from biz_activity`
` and name like #{name}`
` and create_time < #{dt}`
` and id != '-1'`
and id != -2
` and `
` and name != '' `
source code for example:
use Executor;
use FastDateTime;
use ;
async
2022-08-17 17:16:23.624803 INFO rbatis::plugin::log - [rbatis] [402390551883812864] Fetch ==> select * from biz_activity where name like ? and create_time < ? and id != '-1' and name != ''
[rbatis] Args ==> ["test",DateTime("2022-08-17 17:16:23")]