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