摘要: -- 查看当前运行的事务 SELECT * FROM information_schema.INNODB_TRX; -- 假设事务的线程ID是12345 KILL 814721; 阅读全文
posted @ 2025-04-28 20:11 八英里 阅读(14) 评论(0) 推荐(0)
摘要: public SalaryAccountingStatementImportVO() { // 使用反射获取所有 BigDecimal 字段并设置为 ZERO for (Field field : this.getClass().getDeclaredFields()) { if (field.ge 阅读全文
posted @ 2025-04-28 16:16 八英里 阅读(9) 评论(0) 推荐(0)