소스 검색

add algorithm

allen 11 달 전
부모
커밋
51cc26975e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>