
titan.lightbatis.mybatis.script.selectSQL.mustache Maven / Gradle / Ivy
SELECT * FROM {{table}}
{{#columns}}
AND
{{#if logicDelete}}
{{column}} != 1
{{/if}}
{{#unless logicDelete}}
{{column}} = {{>columnHolder}}
{{/unless}}
{{/columns}}
{{#each orderColumns}}{{#eq @index 0}}ORDER BY {{/eq}} {{#gt @index 0}},{{/gt}} {{column}} {{orderBy}}{{/each}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy