1 년 전
부모
커밋
b6eddf30c5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      platform-dao/src/main/resources/mapper/sqarepartmanage/SparePartInfoMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/sqarepartmanage/SparePartInfoMapper.xml

@@ -119,7 +119,7 @@ warn_status,forecast_status,
             <if test="typeId != null and typeId != ''">
                 and info.type_id = #{typeId}
             </if>
-            <if test="isSpecial != null and isSpecial != ''">
+            <if test="isSpecial == 0 and isSpecial == 1">
                 and info.is_special = #{isSpecial}
             </if>
             <if test="producerName != null and producerName != ''">