1 tahun lalu
induk
melakukan
b6eddf30c5

+ 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 != ''">