代码提交

This commit is contained in:
liang.chao 2025-09-19 11:15:33 +08:00
parent 7f4772f5b8
commit 17ce0729eb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class TransferApplyServiceImpl implements TransferApplyService {
}
@Override
@Transactional
@Transactional(rollbackFor = Exception.class)
public AjaxResult save(TransferApplyDto dto) {
try {
dto.setAuditStatus("0");