src/main/java/com/lf/server/mapper/data/PublishMapper.java
@@ -56,6 +56,15 @@ 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 @@ -72,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