标签打印修改

master
zpl 3 years ago
parent dffd98413d
commit bc176f173e

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

Loading…
Cancel
Save