|
|
|
@ -1021,7 +1021,7 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
|
|
|
|
|
@Override |
|
|
|
|
public String trainNumberMa() { |
|
|
|
|
StringBuilder sb = new StringBuilder(); |
|
|
|
|
String tenantCode = "HK"; |
|
|
|
|
String tenantCode = "PSCC"; |
|
|
|
|
BasicTenantCodeEntity basicTenantCodeByCodeAndShowType = basicTenantCodeClient.findBasicTenantCodeByCodeAndShowType(BasicCodeTypeConstant.DELIVERY_PLAN_CODE.getValue(), BasicCodeShowConstant.QR_CODE.getValue()); |
|
|
|
|
if (ObjectUtils.isNull(basicTenantCodeByCodeAndShowType)) { |
|
|
|
|
log.error("获取货区码失败"); |
|
|
|
|