|
|
@ -111,7 +111,7 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectWorkHomeUrl" parameterType="SysWork" resultMap="SysWorkResult">
|
|
|
|
<select id="selectWorkHomeUrl" parameterType="SysWork" resultMap="SysWorkResult">
|
|
|
|
<include refid="selectSysWorkVo"/>
|
|
|
|
select work_id, work_title,img_url from sys_work
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="workTitle != null and workTitle != ''">
|
|
|
|
<if test="workTitle != null and workTitle != ''">
|
|
|
|
AND work_title like concat('%', #{workTitle}, '%')
|
|
|
|
AND work_title like concat('%', #{workTitle}, '%')
|
|
|
|