zss
4 天以前 f12b84be577b7b74544bfc63f079c330cf0c81d9
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -185,7 +185,7 @@
        p.product_name
    </select>
    <select id="selectTotal" resultType="java.math.BigDecimal">
        select sum(qualitity)
        select ifnull(sum(qualitity),0)
        from stock_inventory
    </select>