1
This commit is contained in:
@@ -5,7 +5,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<mapper namespace="com.ruoyi.cms.mapper.JobIndexMapper">
|
||||
|
||||
<select id="getList" parameterType="com.ruoyi.cms.domain.JobIndex" resultType="com.ruoyi.cms.domain.JobIndex">
|
||||
select * from JOB_INDEX where del_flag=0
|
||||
select * from JOB_INDEX where del_flag='0'
|
||||
<if test="indexName != null and indexName != ''">
|
||||
and index_name like CONCAT('%',#{indexName},'%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user