|
@@ -96,7 +96,7 @@
|
|
and checkjob.check_user_id = #{checkUserId}
|
|
and checkjob.check_user_id = #{checkUserId}
|
|
</if>
|
|
</if>
|
|
<if test="keyword != null and keyword != ''">
|
|
<if test="keyword != null and keyword != ''">
|
|
- and checkjob.id like concat('%',#{keyword},'%')
|
|
|
|
|
|
+ and plan.name like concat('%',#{keyword},'%')
|
|
</if>
|
|
</if>
|
|
</sql>
|
|
</sql>
|
|
<select id="selectList" parameterType="com.platform.dao.dto.sb.SbStoreCheckJobDTO"
|
|
<select id="selectList" parameterType="com.platform.dao.dto.sb.SbStoreCheckJobDTO"
|