ID AS id,
CREATEBY AS createby,
CREATETIME AS createtime,
UPDATEBY AS updateby,
UPDATETIME AS updatetime,
TENANTID AS tenantid,
SOURCEPLANID AS sourceplanid,
PLANNAME AS planname,
REORDER AS reorder
and ID ${id.dataOp} ${id.likestar}#{id.value}${id.likeend}
and CREATEBY ${createby.dataOp} ${createby.likestar}#{createby.value}${createby.likeend}
and CREATETIME ${createtime.dataOp} ${createtime.likestar}#{createtime.value}${createtime.likeend}
and UPDATEBY ${updateby.dataOp} ${updateby.likestar}#{updateby.value}${updateby.likeend}
and UPDATETIME ${updatetime.dataOp} ${updatetime.likestar}#{updatetime.value}${updatetime.likeend}
and TENANTID ${tenantid.dataOp} ${tenantid.likestar}#{tenantid.value}${tenantid.likeend}
and SOURCEPLANID ${sourceplanid.dataOp} ${sourceplanid.likestar}#{sourceplanid.value}${sourceplanid.likeend}
and PLANNAME ${planname.dataOp} ${planname.likestar}#{planname.value}${planname.likeend}
and REORDER ${reorder.dataOp} ${reorder.likestar}#{reorder.value}${reorder.likeend}
order by ${page.sortname} ${page.sortorder}
limit ${page.start}, ${page.Pagesize}