yuan
23 小时以前 6f0df10fdd0e55e5ed3e31b1720efd25e2bf02fb
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -197,6 +197,7 @@
        left join product p on pm.product_id = p.id
        ) as combined
        <where>
            combined.qualifiedQuantity <![CDATA[ > ]]> 0
            <if test="ew.productName != null and ew.productName !=''">
                and combined.product_name in (
                select distinct p.product_name