修改bug
This commit is contained in:
@ -88,7 +88,7 @@
|
|||||||
and catsu.start_time between #{vo.startTime} and #{vo.endTime}
|
and catsu.start_time between #{vo.startTime} and #{vo.endTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="vo.annualreviewTheme!=null and vo.annualreviewTheme!=''">
|
<if test="vo.annualreviewTheme!=null and vo.annualreviewTheme!=''">
|
||||||
and catsu.annualreview_theme like concat('%',#{vo.annualreviewTheme},'%')
|
and cat.annualreview_theme like concat('%',#{vo.annualreviewTheme},'%')
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by cat.start_time desc
|
order by cat.start_time desc
|
||||||
|
Reference in New Issue
Block a user