|
@@ -55,6 +55,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="num3 != null "> and num_3 = #{num3}</if>
|
|
|
</where>
|
|
|
</select>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <select id="findAll" resultMap="TblEntityTypeResult">
|
|
|
+ <include refid="selectTblEntityTypeVo"/>
|
|
|
+ </select>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
<select id="selectTblEntityTypeByTypeId" parameterType="String" resultMap="TblEntityTypeResult">
|
|
|
<include refid="selectTblEntityTypeVo"/>
|