|
|
@ -262,11 +262,11 @@ public class Project4WordServiceImpl extends ServiceImpl<ProjectMapper, Project> |
|
|
|
public Object createXiangMuShu4Word(Project obj) { |
|
|
|
public Object createXiangMuShu4Word(Project obj) { |
|
|
|
|
|
|
|
|
|
|
|
log.info("---------createXiangMuShu4Word start,the thread name: {}", Thread.currentThread().getName()); |
|
|
|
log.info("---------createXiangMuShu4Word start,the thread name: {}", Thread.currentThread().getName()); |
|
|
|
try { |
|
|
|
/*try { |
|
|
|
Thread.sleep(3000); |
|
|
|
Thread.sleep(3000); |
|
|
|
} catch (InterruptedException e) { |
|
|
|
} catch (InterruptedException e) { |
|
|
|
throw new RuntimeException(e); |
|
|
|
throw new RuntimeException(e); |
|
|
|
} |
|
|
|
}*/ |
|
|
|
long startTime = System.currentTimeMillis(); |
|
|
|
long startTime = System.currentTimeMillis(); |
|
|
|
ProjectDto dto = getData4Xiangmushu(obj); |
|
|
|
ProjectDto dto = getData4Xiangmushu(obj); |
|
|
|
if (ObjectUtil.isEmpty(dto)) { |
|
|
|
if (ObjectUtil.isEmpty(dto)) { |
|
|
|