update
This commit is contained in:
@@ -16,7 +16,7 @@ public interface ExperimentReportMapper extends BaseMapper<ExperimentReport> {
|
||||
|
||||
@Select("SELECT r.* " +
|
||||
"FROM experiment_report r LEFT JOIN experiment e ON r.experiment_id = e.id " +
|
||||
"WHERE r.status = #{report.status}")
|
||||
"WHERE e.status = #{report.status}")
|
||||
IPage<ExperimentReport> join(Page page, ExperimentReport report);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user