zhuzeyu hace 10 meses
padre
commit
a4db8d440d

+ 1 - 1
src/main/resources/mybatis/business/technologicalProcessDetailDrawing/BizTechnologicalProcessDetailDrawingMapper.xml

@@ -54,7 +54,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         SELECT * FROM biz_technological_process_detail_drawing
         <trim prefix=" WHERE" suffix="" suffixOverrides="AND">
             deleted = 0
-            <if test="abandoned != null  and abandoned != ''"> AND abandoned = #{abandoned}</if>
+            <if test="abandoned != null  "> AND abandoned = #{abandoned}</if>
             <if test="url != null  and url != ''"> AND url = #{url}</if>
             <if test="status != null ">AND status = #{status}</if>
             <if test="productId != null">and product_id = #{productId} </if>