|
@@ -80,6 +80,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectIntDetailedList" parameterType="IntDetailed" resultMap="IntDetailedResult">
|
|
|
<include refid="selectIntDetailedVo"/>
|
|
|
<if test="recordId != null "> and b.record_id = #{recordId}</if>
|
|
|
+ order by b.int_code
|
|
|
</select>
|
|
|
|
|
|
<select id="selectIntRecordById" parameterType="String" resultMap="IntRecordIntDetailedResult">
|