修改dao bug

This commit is contained in:
fanshuai 2024-03-02 16:56:13 +08:00
parent 401c82aab0
commit c213b85b68
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public interface ExperimentDao {
* @param experiment 实例对象
* @return 影响行数
*/
int update(@Param("experiment") Experiment experiment);
int update(Experiment experiment);
/**
* 通过主键删除数据