Commit ae0fc601 authored by liangyb's avatar liangyb

#328-1 结构化非结构化适配复议项目

parent 495a62f9
...@@ -105,6 +105,9 @@ public class TenderProjectServiceImpl extends ServiceImpl<TenderProjectMapper, T ...@@ -105,6 +105,9 @@ public class TenderProjectServiceImpl extends ServiceImpl<TenderProjectMapper, T
@Resource @Resource
private ObeEvaluationContentService obeEvaluationContentServices; private ObeEvaluationContentService obeEvaluationContentServices;
@Resource
private ObeEvaluationContentService obeEvaluationContentService;
@Autowired @Autowired
private SupplierOpeningResultMapper supplierOpeningResultMapper; private SupplierOpeningResultMapper supplierOpeningResultMapper;
...@@ -1912,6 +1915,8 @@ public class TenderProjectServiceImpl extends ServiceImpl<TenderProjectMapper, T ...@@ -1912,6 +1915,8 @@ public class TenderProjectServiceImpl extends ServiceImpl<TenderProjectMapper, T
this.expertService.updateById(expertEntity); this.expertService.updateById(expertEntity);
} }
//最后删除原有obe_template_table
obeEvaluationContentService.deleteStructDateInfo(tenderId);
System.out.println("项目信息复制完毕" + new Date()); System.out.println("项目信息复制完毕" + new Date());
returnFlag = "{\n\"suc\":\"1\"\n}"; returnFlag = "{\n\"suc\":\"1\"\n}";
} catch (Exception var66) { } catch (Exception var66) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment