智慧农业后台管理
tangzy
2022-06-01 cc7985b67c900c2673aa92d6d5317a85d69bb01a
src/main/java/org/springblade/modules/soldr/mapper/SoldrMapper.xml
@@ -23,13 +23,16 @@
    <select id="selectSoldrPage" resultMap="soldrResultMap">
        select * from sys_soldr where is_deleted = 0
        select *
        from sys_soldr
        where is_deleted = 0
    </select>
    <select id="selectLists" resultType="org.springblade.modules.soldr.vo.SoldrVO">
        SELECT st.stock_id1,
        st.specs1,
        st.amount1  AS amount1,
        st.sid,
        st.amount1 AS amount1,
        stf.factory_name AS factoryName,
        a.dict_value AS stype,
        d.dict_value AS dic1,
@@ -55,6 +58,8 @@
    </select>
    <delete id="del">
        delete from  sys_soldr where  sid=#{id}
        delete
        from sys_soldr
        where sid = #{id}
    </delete>
</mapper>