Browse Source

add algorithm

allen 11 months ago
parent
commit
51cc26975e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pdaaphm-admin/src/main/resources/mapper/system/DataMapper.xml

+ 1 - 1
pdaaphm-admin/src/main/resources/mapper/system/DataMapper.xml

@@ -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>