编译处理。

This commit is contained in:
2026-04-09 19:13:06 +08:00
parent 5644e5d6fb
commit 0b05118fec
105 changed files with 44976 additions and 3 deletions

View File

@@ -370,6 +370,13 @@ void FilterForm::ShowContextMenu(const QPoint& pos)
// 从表格中移除行
tw_->removeRow(selectedItems[0]->row());
// 删除关联的还款记录
if (!repaySqlOpr_->deleteRepayRecordByAccID(id)) {
QMessageBox::warning(this, "错误", QString::fromStdString(repaySqlOpr_->GetLastErr()));
return;
}
CalcShow();
});