This commit is contained in:
ls
2025-05-12 09:46:49 +08:00
parent 21f5635d1b
commit abdeb52ecd

View File

@@ -174,6 +174,6 @@ public class ExperimentReport implements Serializable {
if (StringUtils.isNotBlank(confirmerMemo)) { if (StringUtils.isNotBlank(confirmerMemo)) {
return confirmerMemo; return confirmerMemo;
} }
return null; return memo;
} }
} }