| | |
| | | and w.LASTV = '1' |
| | | </select> |
| | | |
| | | |
| | | <select id="selectById" resultType="java.lang.String"> |
| | | ${inSql} |
| | | </select> |
| | |
| | | </select> |
| | | |
| | | <select id="queryCountBySql" resultType="java.lang.Integer"> |
| | | ${inSql} |
| | | </select> |
| | | |
| | | <select id="queryCountStringBySql" resultType="java.lang.String"> |
| | | ${inSql} |
| | | </select> |
| | | |
| | |
| | | where nameoid = #{nameoid} |
| | | </select> |
| | | |
| | | <select id="getCurrentRevision" resultType="map" > |
| | | select max(revisionSeq) revisionSeq, |
| | | max(RevisionValue) revisionVal, |
| | | max(VersionSeq) VersionSeq, |
| | | max(VersionValue) VersionVal |
| | | from ${tableName} |
| | | where nameoid = #{nameoid} |
| | | </select> |
| | | |
| | | </mapper> |