|
@@ -48,7 +48,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<sql id="selectDragTableVo">
|
|
|
select t_id, dt_name, dt_nickname, table_key, sql_key, dt_table_name,time_format, dt_notes, dt_column_name, spare, spare1, del_flag, create_by, create_time, update_by, update_time, is_selection,menu_id,primary_key from drag_table
|
|
|
</sql>
|
|
|
-
|
|
|
+ <sql id="selectDragTableVoOne">
|
|
|
+ select t_id, dt_name, dt_nickname, table_key, sql_key, dt_table_name,time_format, dt_notes, dt_column_name, spare, spare1, del_flag, create_by, create_time, update_by, update_time, is_selection,echo_data,menu_id,primary_key from drag_table
|
|
|
+ </sql>
|
|
|
<select id="selectDragTableList" parameterType="com.zkqy.system.entity.DragTable" resultMap="DragTableResult">
|
|
|
<include refid="selectDragTableVo"/>
|
|
|
<where>
|
|
@@ -185,7 +187,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
</select>
|
|
|
|
|
|
<select id="selectDragTableByTableKey" parameterType="String" resultMap="DragTableResult">
|
|
|
- <include refid="selectDragTableVo"/>
|
|
|
+ <include refid="selectDragTableVoOne"/>
|
|
|
where table_key = #{tableKey}
|
|
|
</select>
|
|
|
|