|
@@ -159,7 +159,7 @@ public class ImportAsyncServiceImpl extends ServiceImpl<ImportAsyncMapper, Impor
|
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
|
}
|
|
}
|
|
|
- insPlyIncome.setTaskId(taskId);
|
|
|
|
|
|
|
+
|
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
|
} else {
|
|
} else {
|
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
@@ -311,7 +311,7 @@ public class ImportAsyncServiceImpl extends ServiceImpl<ImportAsyncMapper, Impor
|
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
|
}
|
|
}
|
|
|
- insPlyIncome.setTaskId(taskId);
|
|
|
|
|
|
|
+
|
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
|
} else {
|
|
} else {
|
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
@@ -422,7 +422,7 @@ public class ImportAsyncServiceImpl extends ServiceImpl<ImportAsyncMapper, Impor
|
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
|
}
|
|
}
|
|
|
- insPlyIncome.setTaskId(taskId);
|
|
|
|
|
|
|
+
|
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
|
} else {
|
|
} else {
|
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
@@ -530,7 +530,7 @@ public class ImportAsyncServiceImpl extends ServiceImpl<ImportAsyncMapper, Impor
|
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
if (insPlyIncome.getCommissionFeevalue() != null && insPlyIncome.getCommissionFeevalue().compareTo(BigDecimal.ZERO) != 0) {
|
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
totalAmount = totalAmount.add(insPlyIncome.getCommissionFeevalue()); //添加总手续费
|
|
|
}
|
|
}
|
|
|
- insPlyIncome.setTaskId(taskId);
|
|
|
|
|
|
|
+
|
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
insPlyIncomeMapper.updateById(insPlyIncome);
|
|
|
} else {
|
|
} else {
|
|
|
InsImportResult insImportResult = new InsImportResult();
|
|
InsImportResult insImportResult = new InsImportResult();
|