|
@@ -50,7 +50,7 @@ public class LogisticsInfoTask {
|
|
log.info(">> 定时查询物流信息");
|
|
log.info(">> 定时查询物流信息");
|
|
// 正式环境才去查询物流信息
|
|
// 正式环境才去查询物流信息
|
|
if ("prod".equals(profile)) {
|
|
if ("prod".equals(profile)) {
|
|
- // 未签收物流列表
|
|
|
|
|
|
+ // 近一年未签收物流列表
|
|
List<LogisticsInfoPo> logisticsList = logisticsMapper.getAllUnsignedLogistics();
|
|
List<LogisticsInfoPo> logisticsList = logisticsMapper.getAllUnsignedLogistics();
|
|
if (!CollectionUtils.isEmpty(logisticsList)) {
|
|
if (!CollectionUtils.isEmpty(logisticsList)) {
|
|
logisticsList.forEach(logistics -> {
|
|
logisticsList.forEach(logistics -> {
|