|  |  |  | 
|---|
|  |  |  | import com.fzzy.api.service.ApiTriggerService; | 
|---|
|  |  |  | import com.fzzy.api.utils.ContextUtil; | 
|---|
|  |  |  | import com.fzzy.api.view.repository.*; | 
|---|
|  |  |  | import com.fzzy.async.fzzy40.entity.Fz40InoutCustomer; | 
|---|
|  |  |  | import com.fzzy.async.fzzy40.entity.Fz40InoutNoticeIn; | 
|---|
|  |  |  | import com.fzzy.async.fzzy40.entity.Fz40InoutRecord; | 
|---|
|  |  |  | import com.fzzy.async.fzzy40.repository.Fzzy40Sync1202Rep; | 
|---|
|  |  |  | import com.fzzy.async.fzzy40.repository.Fzzy40Sync1212Rep; | 
|---|
|  |  |  | import com.fzzy.async.fzzy40.repository.Fzzy40SyncNoticeInRep; | 
|---|
|  |  |  | import com.fzzy.push.sh2023.SH2023Constant; | 
|---|
|  |  |  | import com.fzzy.push.sh2023.dto.SH2023Api2104; | 
|---|
|  |  |  | import com.fzzy.push.sh2023.dto.ShAreaBjw; | 
|---|
|  |  |  | import lombok.extern.slf4j.Slf4j; | 
|---|
|  |  |  | import org.apache.commons.lang.StringUtils; | 
|---|
|  |  |  | import org.apache.commons.lang.time.DateFormatUtils; | 
|---|
|  |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
|---|
|  |  |  | import org.springframework.stereotype.Component; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import java.util.ArrayList; | 
|---|
|  |  |  | import java.util.Date; | 
|---|
|  |  |  | import java.util.List; | 
|---|
|  |  |  |  | 
|---|