|
@@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectPreprocessDataList" parameterType="Data" resultMap="DataResult">
|
|
|
<include refid="selectDataVo"/>
|
|
|
<where>
|
|
|
- data_type in ('1','2','3')
|
|
|
+ data_type in ('0','1','2')
|
|
|
<if test="dataName != null and dataName != ''"> and data_name like concat('%', #{dataName}, '%')</if>
|
|
|
<if test="dataType != null and dataType != ''"> and data_type = #{dataType}</if>
|
|
|
<if test="dataPath != null and dataPath != ''"> and data_path = #{dataPath}</if>
|