Commit ae0fc601 authored by liangyb's avatar liangyb

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

parent 495a62f9
......@@ -106,6 +106,9 @@ public class TenderProjectServiceImpl extends ServiceImpl<TenderProjectMapper, T
@Resource
private ObeEvaluationContentService obeEvaluationContentServices;
@Resource
private ObeEvaluationContentService obeEvaluationContentService;
@Autowired
private SupplierOpeningResultMapper supplierOpeningResultMapper;
......@@ -1912,6 +1915,8 @@ public class TenderProjectServiceImpl extends ServiceImpl<TenderProjectMapper, T
this.expertService.updateById(expertEntity);
}
//最后删除原有obe_template_table
obeEvaluationContentService.deleteStructDateInfo(tenderId);
System.out.println("项目信息复制完毕" + new Date());
returnFlag = "{\n\"suc\":\"1\"\n}";
} 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