Browse Source

1.增加本地配置

master
pref_mail@163.com 11 months ago
parent
commit
f7f6fef51a
  1. 2
      blade-biz-common/src/main/java/org/springblade/common/constant/ModuleNameConstant.java
  2. 21
      blade-service-api/logpm-business-conversion-api/pom.xml
  3. 274
      blade-service-api/logpm-business-conversion-api/src/main/java/com/logpm/business/entity/DistributionBusinessPreOrderEntity.java
  4. 2
      blade-service-api/pom.xml
  5. 9
      blade-service/logpm-aftersales/src/main/resources/application-dev.yml
  6. 10
      blade-service/logpm-basic/src/main/resources/application-dev.yml
  7. 10
      blade-service/logpm-basicdata/src/main/resources/application-dev.yml
  8. 143
      blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionReservationServiceImpl.java
  9. 9
      blade-service/logpm-distribution/src/main/resources/application-dev.yml
  10. 9
      blade-service/logpm-trunkline/src/main/resources/application-dev.yml
  11. 9
      blade-service/logpm-warehouse/src/main/resources/application-dev.yml

2
blade-biz-common/src/main/java/org/springblade/common/constant/ModuleNameConstant.java

@ -9,7 +9,7 @@ public interface ModuleNameConstant {
/**
* 如果不需要 ""
*/
public static final String DEVAUTH ="";
public static final String DEVAUTH ="-pref";
/**
* 工厂对接服务名称

21
blade-service-api/logpm-business-conversion-api/pom.xml

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springblade</groupId>
<artifactId>logpm-business-conversion-api</artifactId>
<version>3.2.0.RELEASE</version>
<parent>
<groupId>org.springblade</groupId>
<version>3.2.0.RELEASE</version>
<artifactId>blade-service-api</artifactId>
</parent>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>

274
blade-service-api/logpm-business-conversion-api/src/main/java/com/logpm/business/entity/DistributionBusinessPreOrderEntity.java

@ -0,0 +1,274 @@
/*
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* Neither the name of the dreamlu.net developer nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
* Author: Chill 庄骞 (smallchill@163.com)
*/
package com.logpm.business.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springblade.core.tenant.mp.TenantEntity;
import java.math.BigDecimal;
import java.util.Date;
/**
* 商场转换预处理 实体类
*
* @author cyz
* @since 2023-06-13
*/
@Data
@TableName("logpm_business_pre_order")
@ApiModel(value = "DistributionBusinessPreOrder对象", description = "商场转换预处理实体")
@EqualsAndHashCode(callSuper = true)
public class DistributionBusinessPreOrderEntity extends TenantEntity {
/**
* 预留1
*/
@ApiModelProperty(value = "预留1")
private String reserve1;
/**
* 预留2
*/
@ApiModelProperty(value = "预留2")
private String reserve2;
/**
* 预留3
*/
@ApiModelProperty(value = "预留3")
private String reserve3;
/**
* 预留4
*/
@ApiModelProperty(value = "预留4")
private String reserve4;
/**
* 预留5
*/
@ApiModelProperty(value = "预留5")
private String reserve5;
/**
* 订单自编号
*/
@ApiModelProperty(value = "订单自编号")
private String orderCode;
/**
* 配送司机
*/
@ApiModelProperty(value = "配送司机")
private String dvehicleName;
/**
* 配送车牌
*/
@ApiModelProperty(value = "配送车牌")
private String vehicleName;
/**
* 配送司机
*/
@ApiModelProperty(value = "配送司机")
private String driverName;
/**
* 配送单号
*/
@ApiModelProperty(value = "配送单号")
private String noteNumber;
/**
* 仓库
*/
@ApiModelProperty(value = "仓库")
private String warehouse;
@ApiModelProperty(value = "仓库ID")
private Long warehouseId;
/**
* 包件类型 1 定制品 2 库存品 3零担
*/
@ApiModelProperty(value = "状态")
private Integer conditions;
/**
* 包条码
*/
@ApiModelProperty(value = "包条码")
private String orderPackageCode;
@ApiModelProperty(value = "货区信息")
private String cargoTitle;
@ApiModelProperty(value = "货架信息")
private String shelfTitle;
/**
* 货位信息
*/
@ApiModelProperty(value = "货位信息")
private String goodsAllocation;
/**
* 所在托盘
*/
@ApiModelProperty(value = "所在托盘")
private String pallet;
/**
* 一级品
*/
@ApiModelProperty(value = "一级品")
private String firsts;
/**
* 二级品
*/
@ApiModelProperty(value = "二级品")
private String second;
/**
* 三级品
*/
@ApiModelProperty(value = "三级品")
private String thirdProduct;
/**
* 入库时间
*/
@ApiModelProperty(value = "入库时间")
@JsonFormat(locale = "zh", timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
private Date warehouseEntryTimeEnd;
/**
* 运单号
*/
@ApiModelProperty(value = "运单号")
private String waybillNumber;
/**
* 运单ID
*/
@ApiModelProperty(value = "运单ID")
private Long waybillId;
/**
* 物料Id
*/
@ApiModelProperty(value = "物料ID")
private Long materialId;
/**
* 物料名称
*/
@ApiModelProperty(value = "物料名称")
private String materialName;
/**
* 物料编号
*/
@ApiModelProperty(value = "物料编号")
private String materialCode;
/**
* 物料单位
*/
@ApiModelProperty(value = "物料单位")
private String materialUnit;
/**
* 数量
*/
@ApiModelProperty(value = "数量")
private Integer quantity;
/**
* 车次号
*/
@ApiModelProperty(value = "车次号")
private String trainNumber;
/**
* 在库订单ID
*/
@ApiModelProperty(value = "在库订单ID")
private Long stockArticleId;
/**
* 服务号
*/
@ApiModelProperty(value = "服务号")
private String serviceNumber;
/**
* 品牌ID
*/
@ApiModelProperty(value = "品牌ID")
private Long brandId;
/**
* 品牌名称
*/
@ApiModelProperty(value = "品牌名称")
private String brandName;
/**
* 包件状态
*/
@ApiModelProperty(value = "包件状态")
private String orderPackageStatus;
@ApiModelProperty(value = "包件冻结状态")
private String orderPackageFreezeStatus;
@ApiModelProperty(value = "包件冻结状态")
private String orderPackageReservationStatus;
@ApiModelProperty(value = "备货状态")
private String orderPackageStockupStatus;
@ApiModelProperty(value = "上架状态")
private String orderPackageGroundingStatus;
@ApiModelProperty(value = "经销商名称")
private String dealerName;
@ApiModelProperty(value = "经销商编码")
private String dealerCode;
@ApiModelProperty(value = "发站仓ID")
private Long sendWarehouseId;
@ApiModelProperty(value = "发站仓ID")
private String sendWarehouseName;
@ApiModelProperty(value = "收站仓ID")
private Long acceptWarehouseId;
@ApiModelProperty(value = "收站仓ID")
private String acceptWarehouseName;
@ApiModelProperty(value = "装车状态")
private String orderPackageLoadingStatus;
@ApiModelProperty(value = "重量")
private BigDecimal weight;//重量
@ApiModelProperty(value = "体积")
private BigDecimal volume;//体积
@ApiModelProperty(value = "是否中转")
private Integer isTransfer;//是否中转
@ApiModelProperty(value = "暂存单id")
private Long advanceId;//暂存单id
// /**
// * 配送状态
// */
// @ApiModelProperty(value = "配送状态")
// private String orderPackageStatus;
}

2
blade-service-api/pom.xml

@ -42,6 +42,8 @@
<module>logpm-report-api</module>
<module>logpm-factory-data-api</module>
<module>logpm-factory-data-base-api</module>
<!-- 商家转化模块 -->
<module>logpm-business-conversion-api</module>
</modules>
<dependencies>

9
blade-service/logpm-aftersales/src/main/resources/application-dev.yml

@ -42,3 +42,12 @@ spring:
url: ${blade.datasource.aftersales.627683.url}
username: ${blade.datasource.aftersales.627683.username}
password: ${blade.datasource.aftersales.627683.password}
703923:
druid:
#独立校验配置
validation-query: select 1
#oracle校验
#validation-query: select 1 from dual
url: ${blade.datasource.aftersales.703923.url}
username: ${blade.datasource.aftersales.703923.username}
password: ${blade.datasource.aftersales.703923.password}

10
blade-service/logpm-basic/src/main/resources/application-dev.yml

@ -42,4 +42,12 @@ spring:
url: ${blade.datasource.basic.627683.url}
username: ${blade.datasource.basic.627683.username}
password: ${blade.datasource.basic.627683.password}
703923:
druid:
#独立校验配置
validation-query: select 1
#oracle校验
#validation-query: select 1 from dual
url: ${blade.datasource.basic.703923.url}
username: ${blade.datasource.basic.703923.username}
password: ${blade.datasource.basic.703923.password}

10
blade-service/logpm-basicdata/src/main/resources/application-dev.yml

@ -43,4 +43,12 @@ spring:
username: ${blade.datasource.basicdata.627683.username}
password: ${blade.datasource.basicdata.627683.password}
703623:
druid:
#独立校验配置
validation-query: select 1
#oracle校验
#validation-query: select 1 from dual
url: ${blade.datasource.basicdata.703623.url}
username: ${blade.datasource.basicdata.703623.username}
password: ${blade.datasource.basicdata.703623.password}

143
blade-service/logpm-distribution/src/main/java/com/logpm/distribution/service/impl/DistributionReservationServiceImpl.java

@ -2539,149 +2539,6 @@ public class DistributionReservationServiceImpl extends BaseServiceImpl<Distribu
return R.status(true);
}
// //根据门店进行分组
// Map<String, List<DistributionStockArticleDTO>> storeClient = stockArticle.stream().collect(Collectors.groupingBy(DistributionStockArticleDTO::getStoreName));
// List<DistributionStockArticleDTO> distributionStockArticleDTOS = storeClient.get("");
// Map<String, List<DistributionStockArticleDTO>> mallClient = null;
// if (!Func.isEmpty(distributionStockArticleDTOS)) {
// mallClient = distributionStockArticleDTOS.stream().collect(Collectors.groupingBy(DistributionStockArticleDTO::getMallName));
// //3、维护订单和客户
// Map<String, List<DistributionStockArticleDTO>> finalMallClient = mallClient;
// storeClient.forEach((k, v) -> finalMallClient.merge(k, v, (v1, v2) -> v2));
// } else {
// mallClient = storeClient;
// }
//
// //统计客户数.
// AtomicInteger clientNum = new AtomicInteger();
//// ////统计包件总数
//// AtomicInteger packageTotal = new AtomicInteger();
// ////统计包件总数
// AtomicInteger orderTotal = new AtomicInteger();
// //订单拼接
//// StringBuilder orderSelfNumbering = new StringBuilder();
// HashSet<String> orderNumber = new HashSet<>();
// HashSet<String> orderIds = new HashSet<>();
// HashSet<String> serviceNumber = new HashSet<>();
// HashSet<String> warehouseName = new HashSet<>();
// HashSet<String> deliveryWarehouseName = new HashSet<>();
// HashSet<String> mallName = new HashSet<>();
// HashSet<String> storeName = new HashSet<>();
// mallClient.forEach((k, v) -> {
// if (!Func.isBlank(k)) {
// ////统计客户数
// //预约任务是在客户的维度上进行数据维护
// //TODO 这里需要将运单上的收货人、联系电话、收获地址进行查询后进行数据冗余
// DistributionReservationDTO reservation = allocationDTO.getReservation();
// DistributionReservationEntity reservationEntity = Func.copy(reservation, DistributionReservationEntity.class);
// Date date = new Date();
// reservationEntity.setReservationDate(date);
// reservationEntity.setConsignee(k);
// reservationEntity.setDeliveryAddress(v.get(0).getCustomerAddress());
// reservationEntity.setDeliveryPhone(v.get(0).getCustomerTelephone());
// reservationEntity.setDeliveryType(DistributionTypeConstant.shangpei.getValue());
// reservationEntity.setReservationStatus(ReservationStatusConstant.daipeisong.getValue());
// reservationEntity.setStockupStatus(ReservationStockupStatusConstant.daibeihuo.getValue());
// reservationEntity.setReservationCode(Func.random(13, RandomType.INT));
// //默认配送时间为全天
// reservationEntity.setPeriodOfTime(ServiceConstant.RESERVATION_PERIOED_TIME_DAY);
// this.save(reservationEntity);
// clientNum.getAndIncrement();
// //维护预约和备货的关系
// DistributionStockupInfoEntity stockupInfoEntity = new DistributionStockupInfoEntity();
// stockupInfoEntity.setStockUpType(StockupTypeConstant.shangpei.getValue());
// stockupInfoEntity.setReservationId(reservationEntity.getId());
// stockupInfoEntity.setStockupId(stockupEntity.getId());
// distributionStockupInfoService.save(stockupInfoEntity);
// // TODO 计算总费用
//// AtomicReference<BigDecimal> initTotal = new AtomicReference<>(BigDecimal.ZERO);
// //统计包件数量
// AtomicInteger packageTotal = new AtomicInteger();
// v.forEach(a -> {
// orderTotal.getAndIncrement();
// DistributionStockArticleDTO stockArticleEntity = Func.copy(a, DistributionStockArticleDTO.class);
//// if (stockArticleEntity.getMallId() == -1) {
//// stockArticleEntity.setMallId(null);
//// }
//// if (stockArticleEntity.getStoreId() == -1) {
//// stockArticleEntity.setStoreId(null);
//// }
// warehouseName.add(stockArticleEntity.getWarehouse());
// mallName.add(stockArticleEntity.getMallName());
// storeName.add(stockArticleEntity.getStoreName());
// //维护订单数据,订单状态直接变更未待配送
//// stockArticleEntity.setOrderStatus();
//// distributionStockArticleService.updateById(stockArticleEntity);
// orderNumber.add(stockArticleEntity.getOrderCode());
// serviceNumber.add(stockArticleEntity.getServiceNumber());
//// orderSelfNumbering.append().append(",");
// //订单数量累加
// AtomicInteger packageNum = new AtomicInteger();
// //订单存在数据源,维护订单包件信息
// //维护预约和订单关系
// DistributionReservationStockarticleEntity reservationStockarticleEntity = new DistributionReservationStockarticleEntity();
// List<DistributionParcelListEntity> packageList = a.getPackageListInfo();
// if (Func.isNotEmpty(packageList) || packageList.size() > 0) {
// packageList.forEach(p -> {
// packageNum.getAndAdd(p.getQuantity());
// DistributionReservationPackageEntity reservationPackageEntity = new DistributionReservationPackageEntity();
// reservationPackageEntity.setReservationId(reservationEntity.getId());
// reservationPackageEntity.setPacketBarCode(p.getOrderPackageCode());
// reservationPackageEntity.setStockArticleId(stockArticleEntity.getId());
// reservationPackageEntity.setParceListId(p.getId());
// distributionReservationPackageService.save(reservationPackageEntity);
// p.setOrderPackageReservationStatus(OrderPackageReservationStatusConstant.yiyueyue.getValue());
// distributionParcelListService.updateById(p);
// });
// } else {
// log.error("packageList包件参数有误+{" + packageList + "}");
// }
// String status = distributionReservationPackageService.judgmentStatus(stockArticleEntity);
// stockArticleEntity.setReservationStatus(status);
// distributionStockArticleService.updateById(stockArticleEntity);
// //查询出这个预约单下订单所备选取的包件数量
//// List<DistributionParcelListEntity> parcelListEntityList = distributionReservationStocklistMapper.selectReservationPackageNum(reservationEntity.getId(), stockArticleEntity.getId());
//// if (packageList.size() != parcelListEntityList.size()) {
//// stockArticleEntity.setReservationStatus(OrderReservationStatusConstant.bufenyuyue.getValue());
//// } else {
//// stockArticleEntity.setReservationStatus(OrderReservationStatusConstant.yiyueyue.getValue());
//// }
// reservationStockarticleEntity.setReservationNum(packageNum.get());
// reservationStockarticleEntity.setIsHaveData(ServiceConstant.ORDER_HAVE_DATA);
// //对订单下的包件进行累加
// reservationStockarticleEntity.setStockArticleId(stockArticleEntity.getId());
// reservationStockarticleEntity.setReservationId(reservationEntity.getId());
// distributionReservationStockarticleService.save(reservationStockarticleEntity);
// packageTotal.getAndAdd(reservationStockarticleEntity.getReservationNum());
// });
// //这里将预约信息进行完善
// reservationEntity.setStockArticleId(String.join(",", orderNumber));
// reservationEntity.setServiceNumber(String.join(",", serviceNumber));
// reservationEntity.setWarehouseName(String.join(",", warehouseName));
// reservationEntity.setMallName(String.join(",", mallName));
// reservationEntity.setStoreName(String.join(",", storeName));
// //预约添加订单数量
// reservationEntity.setReservationNum(packageTotal.get());
// this.updateById(reservationEntity);
// DistributionSignforEntity distributionSignforEntity = new DistributionSignforEntity();
// distributionSignforEntity.setReservationId(reservationEntity.getId());
// distributionSignforEntity.setTrainNumber(str);
// distributionSignforEntity.setDeliveryId(distributionDeliveryListEntity.getId());
// distributionSignforService.save(distributionSignforEntity);
// deliveryWarehouseName.add(reservationEntity.getWarehouseName());
// }
// });
// SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
// Date parse = null;
// try {
// parse = format.parse(taskTime);
// } catch (ParseException e) {
// e.printStackTrace();
// }
// distributionDeliveryListEntity.setTaskTime(taskTime);
//完善配送信息
@Override
@Transactional

9
blade-service/logpm-distribution/src/main/resources/application-dev.yml

@ -71,3 +71,12 @@ spring:
url: ${blade.datasource.distribution.627683.url}
username: ${blade.datasource.distribution.627683.username}
password: ${blade.datasource.distribution.627683.password}
703623:
druid:
#独立校验配置
validation-query: select 1
#oracle校验
#validation-query: select 1 from dual
url: ${blade.datasource.distribution.703623.url}
username: ${blade.datasource.distribution.703623.username}
password: ${blade.datasource.distribution.703623.password}

9
blade-service/logpm-trunkline/src/main/resources/application-dev.yml

@ -69,3 +69,12 @@ spring:
url: ${blade.datasource.trunkline.627683.url}
username: ${blade.datasource.trunkline.627683.username}
password: ${blade.datasource.trunkline.627683.password}
703923:
druid:
#独立校验配置
validation-query: select 1
#oracle校验
#validation-query: select 1 from dual
url: ${blade.datasource.trunkline.703923.url}
username: ${blade.datasource.trunkline.703923.username}
password: ${blade.datasource.trunkline.703923.password}

9
blade-service/logpm-warehouse/src/main/resources/application-dev.yml

@ -68,6 +68,15 @@ spring:
url: ${blade.datasource.warehouse.627683.url}
username: ${blade.datasource.warehouse.627683.username}
password: ${blade.datasource.warehouse.627683.password}
703923:
druid:
#独立校验配置
validation-query: select 1
#oracle校验
#validation-query: select 1 from dual
url: ${blade.datasource.warehouse.703923.url}
username: ${blade.datasource.warehouse.703923.username}
password: ${blade.datasource.warehouse.703923.password}
xxl:
job:
accessToken: ''

Loading…
Cancel
Save