gongchunyi
19 小时以前 83dfd22cd9ce3f6f92c69cbd9bfd974bd8fbdf41
src/main/resources/mapper/sales/SalesLedgerProductMapper.xml
@@ -97,7 +97,7 @@
                AND slp.product_category like concat('%',#{req.productCategory},'%')
            </if>
            <if test="req.status != null and req.status ">
                AND slp.pending_invoice_total &gt; 0
                AND slp.pending_tickets_total &gt; 0
            </if>
        </where>
        order by slp.register_date desc