|
@@ -422,15 +422,6 @@ public class CostProjectDocumentManagerImpl extends BaseManagerImpl<CostProjectD
|
|
|
return costProjectDocument.getId();
|
|
return costProjectDocument.getId();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @Async // 标记为异步方法
|
|
|
|
|
- public void asyncMethod(String id) {
|
|
|
|
|
- try {
|
|
|
|
|
- this.createDocument(id);
|
|
|
|
|
- } catch (Exception e) {
|
|
|
|
|
- e.printStackTrace();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- }
|
|
|
|
|
|
|
|
|
|
public synchronized String getWH(CostDocumentWh costDocumentWh){
|
|
public synchronized String getWH(CostDocumentWh costDocumentWh){
|
|
|
if("incremental".equals(costDocumentWh.getGenerateType())){
|
|
if("incremental".equals(costDocumentWh.getGenerateType())){
|