| src/main/resources/mapper/stock/StockInventoryMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/resources/mapper/stock/StockInventoryMapper.xml
@@ -188,11 +188,12 @@ select ifnull(sum(qualitity), 0) from stock_inventory </select> <select id="selectTotalByDate" resultType="java.math.BigDecimal"> select sum(qualitity) select IFNULL(sum(qualitity), 0) from stock_inventory where create_time >= #{now} and create_time < DATE_ADD(#{now}, INTERVAL 1 DAY) where create_time >= #{now} and create_time < DATE_ADD(#{now}, INTERVAL 1 DAY) </select> <select id="selectStorageProductCountByDate" resultType="int">