|
|
|
@ -906,7 +906,7 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.STOCK_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
|
String tenantCode = "BH"; |
|
|
|
|
if (ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
|
log.error("获取货区码失败"); |
|
|
|
|
log.warn(" bianMa 获取货区码失败"); |
|
|
|
|
} else { |
|
|
|
|
tenantCode = basicTenantCodeByCodeAndShowType.getCode(); |
|
|
|
|
} |
|
|
|
@ -937,7 +937,7 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.APPOINTMENT_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
|
String tenantCode = "YY"; |
|
|
|
|
if (ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
|
log.error("获取货区码失败"); |
|
|
|
|
log.warn(" reservationMa 获取货区码失败"); |
|
|
|
|
} else { |
|
|
|
|
tenantCode = basicTenantCodeByCodeAndShowType.getCode(); |
|
|
|
|
} |
|
|
|
@ -968,7 +968,7 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.APPOINTMENT_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
|
String tenantCode = "HK"; |
|
|
|
|
if (ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
|
log.error("获取货区码失败"); |
|
|
|
|
log.warn("retentionMa 获取货区码失败"); |
|
|
|
|
} else { |
|
|
|
|
tenantCode = basicTenantCodeByCodeAndShowType.getCode(); |
|
|
|
|
} |
|
|
|
@ -1023,7 +1023,7 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
String tenantCode = "PSCC"; |
|
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.DELIVERY_PLAN_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
|
if (ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
|
log.error("获取货区码失败"); |
|
|
|
|
log.warn(" trainNumberMa 获取货区码失败"); |
|
|
|
|
} else { |
|
|
|
|
tenantCode = basicTenantCodeByCodeAndShowType.getCode(); |
|
|
|
|
} |
|
|
|
|