maven
20 分钟以前 55ab62d692257be813e039da96ccb7f5a8ec4aab
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>