fix(api): 修复latest_op_ts无法记录

mysql的greatest函数,null永远是最大值
This commit is contained in:
v-zhangjc9
2024-05-08 14:16:46 +08:00
parent 10fae04007
commit 23ced7a2e1
5 changed files with 35 additions and 17 deletions

View File

@@ -297,8 +297,4 @@ public class YarnCommand extends AbstractUtilShellComponent {
) : ""
);
}
@ShellMethod("test")
public void test() {
}
}