智慧农业后台管理
tangzy
2022-07-11 8a1b4a973e598688b9cc9e05c6f34e13c4fa9d73
src/main/java/org/springblade/modules/stockfactory/mapper/StockfactoryMapper.xml
@@ -24,6 +24,11 @@
        from sys_stockfactory
        where is_deleted = 0
    </select>
    <select id="selectStockfactoryPages" resultMap="stockfactoryResultMap">
        select *
        from sys_stockfactory
        where is_deleted = 0
    </select>
    <select id="selectStockFa" resultType="java.util.HashMap">
        select id as dictKey, agricultural_name as dictValue