|
|
@@ -174,7 +174,7 @@ public class InsFeeAuditServiceImpl extends ServiceImpl<InsFeeAuditMapper, InsFe
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- @Transactional
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
|
public void feeAudit(String orderNo, String insOrderNo, boolean isAutoAudit, String auditStatus) {
|
|
|
// add by 2024-09-25 强制配置电销组长逻辑
|
|
|
InsOrders order = insOrdersMapper.selectById(orderNo);
|
|
|
@@ -378,7 +378,6 @@ public class InsFeeAuditServiceImpl extends ServiceImpl<InsFeeAuditMapper, InsFe
|
|
|
sysPartnerAccountMapper.updateById(sysPartnerAccount);
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
throw new SystemException("当前业务繁忙,请稍后重试");
|