diff --git a/dxhy-customs/src/main/java/com/dxhy/customs/controller/CustomsRecordRzdkController.java b/dxhy-customs/src/main/java/com/dxhy/customs/controller/CustomsRecordRzdkController.java index a99eec63..7bf7c1ac 100644 --- a/dxhy-customs/src/main/java/com/dxhy/customs/controller/CustomsRecordRzdkController.java +++ b/dxhy-customs/src/main/java/com/dxhy/customs/controller/CustomsRecordRzdkController.java @@ -231,8 +231,6 @@ public class CustomsRecordRzdkController extends AbstractController { //如果是空,撤销成功,删除异常表中对应数据 if(StringUtils.isEmpty(jsonObject.getString("message"))){ log.info("海关缴款书撤销抵扣或不抵扣,成功后,删除lqcustomFpycxx表数据"); - DynamicContextHolder - .push(StringUtils.defaultString(userInfo.getDbName(), "business") + DbConstant.BUSINESS_READ); for (String idstr : dto.getIds()) { TdxCustomsRecord byId = customsRecordDao.selectById(idstr); LambdaQueryWrapper fpycxxWrapper = new LambdaQueryWrapper<>(); diff --git a/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsRecordDkrzServiceImpl.java b/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsRecordDkrzServiceImpl.java index 4ce21bb6..08b7892b 100644 --- a/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsRecordDkrzServiceImpl.java +++ b/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsRecordDkrzServiceImpl.java @@ -88,8 +88,6 @@ public class CustomsRecordDkrzServiceImpl extends MpBaseServiceImpl resultData = new ResultData<>(); @@ -265,8 +263,6 @@ public class CustomsRecordDkrzServiceImpl extends MpBaseServiceImpl records = new ArrayList<>(); // 2.校验 List dkList = new ArrayList<>(); @@ -424,9 +420,6 @@ public class CustomsRecordDkrzServiceImpl extends MpBaseServiceImpl resultData = new ResultData<>(); @@ -1064,8 +1055,6 @@ public class CustomsRecordDkrzServiceImpl extends MpBaseServiceImpl records = new ArrayList<>(); // 2.校验 List logList = new ArrayList<>(); @@ -1142,8 +1131,6 @@ public class CustomsRecordDkrzServiceImpl extends MpBaseServiceImpl businesses = userInfo.getBusiness(); diff --git a/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java b/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java index 6a594a15..8eaea3df 100644 --- a/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java +++ b/dxhy-customs/src/main/java/com/dxhy/customs/service/impl/CustomsSignServiceImpl.java @@ -138,8 +138,6 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl idList, UserInfo userInfo) { - DynamicContextHolder - .push(StringUtils.defaultString(userInfo.getDbName(), "business") + DbConstant.BUSINESS_READ); int i = 0, fail = 0; if (idList != null && idList.size() > 0) { List logList = new ArrayList<>(); @@ -623,8 +613,6 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl idList = entity.getIds(); if (idList != null && idList.size() > 0) { for (String id : idList) { @@ -656,8 +644,6 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl idList = entity.getIds(); if (idList != null && idList.size() > 0) { for (String id : idList) { @@ -674,8 +660,6 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl idList, UserInfo userInfo) { - DynamicContextHolder - .push(StringUtils.defaultString(userInfo.getDbName(), "business") + DbConstant.BUSINESS_READ); int i = 0, fail = 0; List gfshAll = UserInfoUtil.getGfshAll(userInfo.getOrg()); if (idList != null && idList.size() > 0) { @@ -1231,10 +1215,6 @@ public class CustomsSignServiceImpl extends MpBaseServiceImpl resultData = new ResultData<>(); @@ -206,8 +204,6 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl records = new ArrayList<>(); // 2.校验 List dkList = new ArrayList<>(); @@ -360,8 +356,6 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl resultData = new ResultData<>(); @@ -525,8 +517,6 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl resultData = new ResultData<>(); @@ -672,8 +662,6 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl records = new ArrayList<>(); // 2.校验 List dkList = new ArrayList<>(); @@ -751,8 +739,6 @@ public class DomesticExportCustomsCkServiceImpl extends ServiceImpl resultData = new ResultData<>(); @@ -184,8 +182,6 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl records = new ArrayList<>(); // 2.校验 List dkList = new ArrayList<>(); @@ -336,8 +332,6 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl resultData = new ResultData<>(); @@ -636,8 +626,6 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl records = new ArrayList<>(); List logList = new ArrayList<>(); // 2.校验 @@ -717,8 +705,6 @@ public class DomesticExportInvoiceCkServiceImpl extends ServiceImpl resultData = new ResultData<>(); diff --git a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/count/impl/DomesticInvoiceExportCountServiceImpl.java b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/count/impl/DomesticInvoiceExportCountServiceImpl.java index f6c4ebbb..9eba2943 100644 --- a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/count/impl/DomesticInvoiceExportCountServiceImpl.java +++ b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/count/impl/DomesticInvoiceExportCountServiceImpl.java @@ -48,8 +48,6 @@ public class DomesticInvoiceExportCountServiceImpl extends MpBaseServiceImpl resultData = new ResultData<>(); diff --git a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java index af2381ea..a1dccd84 100644 --- a/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java +++ b/dxhy-export-domestic/src/main/java/com/dxhy/domestic/service/customsrefund/impl/DomesticCustomsRefundServiceImpl.java @@ -70,8 +70,6 @@ public class DomesticCustomsRefundServiceImpl extends MpBaseServiceImpl resultData = new ResultData<>(); @@ -240,8 +238,6 @@ public class DomesticCustomsRefundServiceImpl extends MpBaseServiceImpl fplxModels = dictdetaServcice.selectDictdeta("INVOICE_TYPE"); - DynamicContextHolder - .push(StringUtils.defaultString(entity.getUserInfo().getDbName(), "business") + DbConstant.BUSINESS_READ); Page result = this.baseMapper.queryRefundCountDetailPage(page, entity); if (CollectionUtils.isEmpty(result.getRecords()) || result.getRecords().size() < 4) { if (CollectionUtils.isEmpty(result.getRecords())) {