管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-11-01 b1bdad2ff512e73a2dd9049f2ccbddd4634969f7
src/main/resources/mapper/data/DownloadMapper.xml
@@ -29,6 +29,10 @@
        select * from lf.sys_download where id = #{id}
    </select>
    <select id="selectByGuid" resultType="com.lf.server.entity.data.DownloadEntity">
        select * from lf.sys_download where guid = #{guid} limit 1
    </select>
    <insert id="insert" parameterType="com.lf.server.entity.data.DownloadEntity">
       insert into lf.sys_download
       (name,type,depid,dcount,pwd,url,descr,guid,create_user,create_time,download_user,download_time,geom,bak)