src/main/java/org/springblade/modules/stock/mapper/StockMapper.xml
@@ -26,9 +26,7 @@ <select id="selectStockPage" resultMap="stockResultMap"> select * from sys_stock where is_deleted = 0 select * from sys_stock where is_deleted = 0 </select> <select id="selectLists" resultType="org.springblade.modules.stock.vo.StockVO">