@ -551,13 +551,13 @@
AND PL.IS_PRINT = #{isPrint}
</if>
<if test="category != null">
AND PL.CATEGORY <= #{category}
AND PL.CATEGORY = #{category}
<if test="inventory != null">
AND PL.INVENTORY <= #{inventory}
AND PL.INVENTORY = #{inventory}
<if test="sfc != null">
AND PL.SFC <= #{sfc}
AND PL.SFC = #{sfc}
ORDER BY PL.CREATED_DATE_TIME DESC
</select>