|
@@ -23,7 +23,7 @@
|
|
<select id="selectSysTableSetList" parameterType="SysTableSet" resultMap="SysTableSetResult">
|
|
<select id="selectSysTableSetList" parameterType="SysTableSet" resultMap="SysTableSetResult">
|
|
<include refid="selectSysTableSetVo"/>
|
|
<include refid="selectSysTableSetVo"/>
|
|
<where>
|
|
<where>
|
|
- <if test="tableName != null and tableName != ''">and table_name like concat('%', #{tableName}, '%')</if>
|
|
|
|
|
|
+ <if test="tableName != null and tableName != ''">and table_name = #{tableName}</if>
|
|
<if test="userId != null ">and user_id = #{userId}</if>
|
|
<if test="userId != null ">and user_id = #{userId}</if>
|
|
<if test="surface != null ">and surface = #{surface}</if>
|
|
<if test="surface != null ">and surface = #{surface}</if>
|
|
<if test="label != null and label != ''">and label = #{label}</if>
|
|
<if test="label != null and label != ''">and label = #{label}</if>
|