|
@@ -79,7 +79,7 @@
|
|
<select id="selectList" resultMap="infoMap" parameterType="java.util.Map">
|
|
<select id="selectList" resultMap="infoMap" parameterType="java.util.Map">
|
|
SELECT
|
|
SELECT
|
|
<include refid="Base_Column_List"/>
|
|
<include refid="Base_Column_List"/>
|
|
- FROM doc_info t WHERE 1=1
|
|
|
|
|
|
+ FROM doc_info_all t WHERE 1=1
|
|
<if test="id != null and id != ''">
|
|
<if test="id != null and id != ''">
|
|
and t.id = #{id}
|
|
and t.id = #{id}
|
|
</if>
|
|
</if>
|
|
@@ -113,7 +113,7 @@
|
|
<select id="selectListWrapper" resultMap="infoWrapperMap" parameterType="java.util.Map">
|
|
<select id="selectListWrapper" resultMap="infoWrapperMap" parameterType="java.util.Map">
|
|
SELECT
|
|
SELECT
|
|
<include refid="Base_Column_List"/>
|
|
<include refid="Base_Column_List"/>
|
|
- FROM doc_info t WHERE 1=1
|
|
|
|
|
|
+ FROM doc_info_all t WHERE 1=1
|
|
<if test="id != null and id != ''">
|
|
<if test="id != null and id != ''">
|
|
and t.id = #{id}
|
|
and t.id = #{id}
|
|
</if>
|
|
</if>
|