This commit is contained in:
wr
2026-07-08 15:38:40 +08:00
parent f594915363
commit 5269496f24
7 changed files with 12 additions and 12 deletions

View File

@@ -388,15 +388,5 @@ public class EventDetailServiceImpl extends ServiceImpl<RmpEventDetailMapper, Rm
return result;
}
public static void main(String[] args) {
try{
System.out.println(1/0);
}catch (Exception e){
System.out.println(1);
}
System.out.println(1111);
}
}