代码提交
This commit is contained in:
parent
7f4772f5b8
commit
17ce0729eb
|
|
@ -30,7 +30,7 @@ public class TransferApplyServiceImpl implements TransferApplyService {
|
|||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
@Transactional(rollbackFor = Exception.class)
|
||||
public AjaxResult save(TransferApplyDto dto) {
|
||||
try {
|
||||
dto.setAuditStatus("0");
|
||||
|
|
|
|||
Loading…
Reference in New Issue