|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package com.logpm.warehouse.service.impl; |
|
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject; |
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
|
|
|
|
import com.logpm.basicdata.entity.BasicdataGoodsAllocationEntity; |
|
|
|
|
import com.logpm.basicdata.entity.BasicdataGoodsShelfEntity; |
|
|
|
@ -17,14 +18,12 @@ import com.logpm.oldproject.feign.ITrayClient;
|
|
|
|
|
import com.logpm.oldproject.feign.ITrayScanClient; |
|
|
|
|
import com.logpm.oldproject.feign.ITrayScanDesClient; |
|
|
|
|
import com.logpm.warehouse.dto.*; |
|
|
|
|
import com.logpm.warehouse.entity.TaskQuestEntity; |
|
|
|
|
import com.logpm.warehouse.entity.WarehouseTrayGoodsEntity; |
|
|
|
|
import com.logpm.warehouse.entity.WarehouseTrayTypeEntity; |
|
|
|
|
import com.logpm.warehouse.entity.WarehouseUpdownGoodsEntity; |
|
|
|
|
import com.logpm.warehouse.entity.*; |
|
|
|
|
import com.logpm.warehouse.service.*; |
|
|
|
|
import com.logpm.warehouse.vo.AllocationWithTrayVO; |
|
|
|
|
import com.logpm.warehouse.vo.QuestDetailVO; |
|
|
|
|
import lombok.extern.log4j.Log4j2; |
|
|
|
|
import org.springblade.common.constant.TenantNum; |
|
|
|
|
import org.springblade.common.exception.CustomerException; |
|
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
|
import org.springblade.core.tool.utils.StringUtil; |
|
|
|
@ -34,6 +33,7 @@ import org.springframework.scheduling.annotation.Async;
|
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
|
|
import java.util.Date; |
|
|
|
|
import java.util.List; |
|
|
|
|
import java.util.Objects; |
|
|
|
|
|
|
|
|
@ -75,6 +75,8 @@ public class AsyncDataServiceImpl implements IAsyncDataService {
|
|
|
|
|
private ITrayScanClient trayScanClient; |
|
|
|
|
@Autowired |
|
|
|
|
private ITrayScanDesClient trayScanDesClient; |
|
|
|
|
@Autowired |
|
|
|
|
private ISyncOldTrayTypeLogService syncOldTrayTypeLogService; |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
@Async |
|
|
|
@ -419,6 +421,18 @@ public class AsyncDataServiceImpl implements IAsyncDataService {
|
|
|
|
|
R r = trayTypeService.orderScanOrderPackageCodeSync(newTrayType,"T"+trayId,orderPackageCode,newWarehouseId); |
|
|
|
|
int code1 = r.getCode(); |
|
|
|
|
if(code1 != 200){ |
|
|
|
|
//存入打托信息
|
|
|
|
|
SyncOldTrayTypeLogEntity syncOldTrayTypeLogEntity = new SyncOldTrayTypeLogEntity(); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateDept(1649331096241836033L); |
|
|
|
|
syncOldTrayTypeLogEntity.setTenantId(TenantNum.HUITONGCODE); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setArgs(JSONObject.toJSONString(trayInfoDTO)); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncStatus(0); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncNum(0); |
|
|
|
|
syncOldTrayTypeLogService.save(syncOldTrayTypeLogEntity); |
|
|
|
|
log.warn("####################orderStatusHandler: 二次打托失败 orderPackageCode={} trayCode={}",orderPackageCode,"T"+trayId); |
|
|
|
|
}else{ |
|
|
|
|
log.info("####################orderStatusHandler: 二次打托成功 orderPackageCode={} trayCode={}",orderPackageCode,"T"+trayId); |
|
|
|
@ -442,6 +456,18 @@ public class AsyncDataServiceImpl implements IAsyncDataService {
|
|
|
|
|
R r = trayTypeService.orderScanOrderPackageCodeSync(newTrayType, "T" + trayId, orderPackageCode, newWarehouseId); |
|
|
|
|
int code1 = r.getCode(); |
|
|
|
|
if(code1 != 200){ |
|
|
|
|
//存入打托信息
|
|
|
|
|
SyncOldTrayTypeLogEntity syncOldTrayTypeLogEntity = new SyncOldTrayTypeLogEntity(); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateDept(1649331096241836033L); |
|
|
|
|
syncOldTrayTypeLogEntity.setTenantId(TenantNum.HUITONGCODE); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setArgs(JSONObject.toJSONString(trayInfoDTO)); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncStatus(0); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncNum(0); |
|
|
|
|
syncOldTrayTypeLogService.save(syncOldTrayTypeLogEntity); |
|
|
|
|
log.warn("####################orderStatusHandler: 二次打托失败 orderPackageCode={} trayCode={}",orderPackageCode,"T"+trayId); |
|
|
|
|
}else{ |
|
|
|
|
log.info("####################orderStatusHandler: 二次打托成功 orderPackageCode={} trayCode={}",orderPackageCode,"T"+trayId); |
|
|
|
@ -454,9 +480,33 @@ public class AsyncDataServiceImpl implements IAsyncDataService {
|
|
|
|
|
R r = trayTypeService.orderScanOrderPackageCodeSync(newTrayType, "T" + trayId, orderPackageCode, newWarehouseId); |
|
|
|
|
int code1 = r.getCode(); |
|
|
|
|
if(code1 != 200){ |
|
|
|
|
//存入打托信息
|
|
|
|
|
SyncOldTrayTypeLogEntity syncOldTrayTypeLogEntity = new SyncOldTrayTypeLogEntity(); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateDept(1649331096241836033L); |
|
|
|
|
syncOldTrayTypeLogEntity.setTenantId(TenantNum.HUITONGCODE); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setArgs(JSONObject.toJSONString(trayInfoDTO)); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncStatus(0); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncNum(0); |
|
|
|
|
syncOldTrayTypeLogService.save(syncOldTrayTypeLogEntity); |
|
|
|
|
log.warn("####################orderStatusHandler: 二次打托失败 orderPackageCode={} trayCode={}",orderPackageCode,"T"+trayId); |
|
|
|
|
} |
|
|
|
|
}else{ |
|
|
|
|
//存入打托信息
|
|
|
|
|
SyncOldTrayTypeLogEntity syncOldTrayTypeLogEntity = new SyncOldTrayTypeLogEntity(); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateUser(1714696768639311873L); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateDept(1649331096241836033L); |
|
|
|
|
syncOldTrayTypeLogEntity.setCreateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setUpdateTime(new Date()); |
|
|
|
|
syncOldTrayTypeLogEntity.setTenantId(TenantNum.HUITONGCODE); |
|
|
|
|
syncOldTrayTypeLogEntity.setArgs(JSONObject.toJSONString(trayInfoDTO)); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncStatus(0); |
|
|
|
|
syncOldTrayTypeLogEntity.setSyncNum(0); |
|
|
|
|
syncOldTrayTypeLogService.save(syncOldTrayTypeLogEntity); |
|
|
|
|
log.warn("######################orderStatusHandler: 打托失败 msg={} code={}",msg,code); |
|
|
|
|
log.warn("######################orderStatusHandler: 打托失败 orderPackageCode={} trayCode={}",orderPackageCode,"T"+trayId); |
|
|
|
|
} |
|
|
|
|