src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -168,6 +168,9 @@
            <if test="salesLedgerProduct.type != null">
                AND T1.type = #{salesLedgerProduct.type}
            </if>
            <if test="salesLedgerProduct.isChecked != null">
                AND T1.is_checked = #{salesLedgerProduct.isChecked}
            </if>
        </where>
        ORDER BY T1.register_date DESC
    </select>