Commit 88bf70ed by huluobin

# 更新

parent cb83a8fc
......@@ -57,7 +57,7 @@ public class SyncFeeService {
IDcBaseFinanceManagecostService dcBaseFinanceManagecostService;
@Transactional
@Transactional(rollbackFor = Exception.class)
public void syncFinanceFee() {
DcJobConfig dcJobConfig = dcJobConfigMapper.selectByName(baseSyncFinanceFee);
Integer pageNum = 1;
......@@ -102,7 +102,7 @@ public class SyncFeeService {
}
@Transactional
@Transactional(rollbackFor = Exception.class)
public void syncManageCost() {
DcJobConfig dcJobConfig = dcJobConfigMapper.selectByName(baseSyncManageCost);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment