|
@@ -45,8 +45,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
ctc.training_camp_name dictLabel
|
|
|
from fs_user_course_training_camp ctc
|
|
|
<where>
|
|
|
+ ctc.del_flag ='0'
|
|
|
<if test="params.name != null and params.name != ''">
|
|
|
- ctc.training_camp_name like concat('%', #{params.name}, '%')
|
|
|
+ and ctc.training_camp_name like concat('%', #{params.name}, '%')
|
|
|
</if>
|
|
|
</where>
|
|
|
</select>
|