|
@@ -41,7 +41,7 @@
|
|
and t.type_ = #{param.type}
|
|
and t.type_ = #{param.type}
|
|
</if>
|
|
</if>
|
|
<if test="param.search != null and param.search != ''">
|
|
<if test="param.search != null and param.search != ''">
|
|
- and t.name like concat('%', #{param.search},'%')
|
|
|
|
|
|
+ and t.name_ like concat('%', #{param.search},'%')
|
|
</if>
|
|
</if>
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|