修改bug
This commit is contained in:
@ -88,7 +88,7 @@
|
||||
and catsu.start_time between #{vo.startTime} and #{vo.endTime}
|
||||
</if>
|
||||
<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>
|
||||
</where>
|
||||
order by cat.start_time desc
|
||||
|
Reference in New Issue
Block a user