Browse Source

编写不重复时提示注解

pull/7/head
fanshuai 1 year ago
parent
commit
2d18d30fd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/mapper/DatasetDao.java

+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/mapper/DatasetDao.java View File

@@ -80,6 +80,6 @@ public interface DatasetDao {
*/
int deleteById(Integer id);

Dataset findByName(String name);
Dataset findByName(@Param("name") String name);
}


Loading…
Cancel
Save