|
|
@ -857,7 +857,7 @@ public class BasicdataClientServiceImpl extends BaseServiceImpl<BasicdataClientM |
|
|
|
|
|
|
|
|
|
|
|
String tenantCode = "HT"; |
|
|
|
String tenantCode = "HT"; |
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.CLIENT_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.CLIENT_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
if (ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
if (!ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
log.error("获取货区码失败"); |
|
|
|
log.error("获取货区码失败"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
tenantCode = basicTenantCodeByCodeAndShowType.getCode(); |
|
|
|
tenantCode = basicTenantCodeByCodeAndShowType.getCode(); |
|
|
|