server/service/src/main/java/com/doumee/service/business/impl/TaxesServiceImpl.java
@@ -497,7 +497,7 @@ taxDetial.setTotalFee(insuranceApply.getCurrentFee()); taxDetial.setType(Constants.ZERO); } taxDetailJoinMapper.insertBatchSomeColumn(taxDetialList); taxDetailJoinMapper.insert(taxDetialList); //存储待办信息 @@ -701,7 +701,7 @@ } } if(CollectionUtils.isNotEmpty(taxDetailList)){ taxDetailJoinMapper.insertBatchSomeColumn(taxDetailList); taxDetailJoinMapper.insert(taxDetailList); }else{ throw new BusinessException(ResponseStatus.NOT_ALLOWED.getCode(),"无可开票数据,操作失败"); }