管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-07-14 ac20dc99bf1f463365dba071973e08fffbd294b4
src/main/java/com/lf/server/mapper/data/PublishMapper.java
@@ -48,6 +48,23 @@
    public PublishEntity selectById(int id);
    /**
     * 根据ID字符串查询
     *
     * @param ids ID字符串
     * @return 记录集合
     */
    public List<PublishEntity> selectByIds(String ids);
    /**
     * 根据目录查询DOM和DEM的编码
     *
     * @param dircode 目录
     * @param isDom   1-DOM,0-DEM
     * @return
     */
    public List<String> selectCodesForDir(String dircode, Integer isDom);
    /**
     * 插入一条
     *
     * @param entity
@@ -64,6 +81,16 @@
    public Integer inserts(List<PublishEntity> list);
    /**
     * 插入数据发布-下载表
     *
     * @param pubid
     * @param downid
     * @param createUser
     * @return
     */
    public Integer insertPubDown(Integer pubid, Integer downid, Integer createUser);
    /**
     * 删除一条
     *
     * @param id