|  |  |  | 
|---|
|  |  |  | for (TaskDetl taskDetl : taskDetls) { | 
|---|
|  |  |  | TaskDetlLog taskDetlLog = new TaskDetlLog(); | 
|---|
|  |  |  | taskDetlLog.sync(taskDetl); | 
|---|
|  |  |  | taskDetlLog.setOrderId(taskDetl.getOrderId()); | 
|---|
|  |  |  | taskDetlLog.setId(null); | 
|---|
|  |  |  | taskDetlLog.setTaskId(taskLog.getId()); | 
|---|
|  |  |  | if (!taskDetlLogService.save(taskDetlLog)) { | 
|---|
|  |  |  | 
|---|
|  |  |  | * @description: 出库任务完成 | 
|---|
|  |  |  | * @version 1.0 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Scheduled(cron = "0/10 * * * * ? ") | 
|---|
|  |  |  | @Scheduled(cron = "0/35 * * * * ? ") | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void outExecute() { | 
|---|
|  |  |  | InterceptorIgnoreHelper.handle(IgnoreStrategy.builder().tenantLine(true).build()); | 
|---|