|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.logpm.aftersales.jobhandler; |
|
|
|
|
|
|
|
|
|
import cn.hutool.core.date.DateUtil; |
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper; |
|
|
|
|
import com.logpm.aftersales.dto.AftersalesPersonResponsibleDTO; |
|
|
|
|
import com.logpm.aftersales.dto.AftersalesWorkOrderDTO; |
|
|
|
@ -18,8 +17,6 @@ import com.logpm.warehouse.feign.IWarehouseWaybillClient;
|
|
|
|
|
import com.xxl.job.core.biz.model.ReturnT; |
|
|
|
|
import com.xxl.job.core.handler.annotation.XxlJob; |
|
|
|
|
import lombok.AllArgsConstructor; |
|
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
|
import org.checkerframework.checker.units.qual.A; |
|
|
|
|
import org.slf4j.Logger; |
|
|
|
|
import org.slf4j.LoggerFactory; |
|
|
|
|
import org.springblade.core.secure.BladeUser; |
|
|
|
@ -114,8 +111,8 @@ public class AftersalesXxlJob {
|
|
|
|
|
bladeUser.setDeptId(aftersalesAbnormalRecordEntity.getCreateDept() + ""); |
|
|
|
|
|
|
|
|
|
BasicdataWarehouseEntity basicdataWarehouseEntity = new BasicdataWarehouseEntity(); |
|
|
|
|
basicdataWarehouseEntity.setId(aftersalesAbnormalRecordEntity.getUpWarehouseId()); |
|
|
|
|
basicdataWarehouseEntity.setName(aftersalesAbnormalRecordEntity.getUpWarehouseName()); |
|
|
|
|
basicdataWarehouseEntity.setId(aftersalesAbnormalRecordEntity.getWarehouseId()); |
|
|
|
|
basicdataWarehouseEntity.setName(aftersalesAbnormalRecordEntity.getWarehouseName()); |
|
|
|
|
|
|
|
|
|
BasicdataWarehouseEntity warehouseEntity = basicdataWarehouseClient.getEntityWarehouseId(basicdataWarehouseEntity.getId()); |
|
|
|
|
if (ObjectUtil.isNotEmpty(warehouseEntity)) { |
|
|
|
|