Commit 2b28c4a1 authored by 耿迪迪's avatar 耿迪迪

行业专家问题修改

parent c51f6085
...@@ -66,7 +66,7 @@ public class GovernmentSupervisionInfoServiceImpl implements GovernmentSupervisi ...@@ -66,7 +66,7 @@ public class GovernmentSupervisionInfoServiceImpl implements GovernmentSupervisi
GovernmentDataCopyUtil.copyToLocalData(proAppInforBrowseVo,tProAppInforBrowse); GovernmentDataCopyUtil.copyToLocalData(proAppInforBrowseVo,tProAppInforBrowse);
proAppInforBrowseList.add(tProAppInforBrowse); proAppInforBrowseList.add(tProAppInforBrowse);
} }
tProAppInforBrowseMapper.insertTProAppInforBrowse(tProAppInforBrowse); tProAppInforBrowseMapper.batchInsertTProAppInforBrowse(proAppInforBrowseList);
} }
return json; return json;
} }
......
...@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach> </foreach>
</delete> </delete>
<insert id="insertTProAppInforBrowse" parameterType="TProAppInforBrowse" useGeneratedKeys="true" keyProperty="fProAppInforId"> <insert id="batchInsertTProAppInforBrowse" parameterType="TProAppInforBrowse" useGeneratedKeys="true" keyProperty="fProAppInforId">
insert into t_pro_app_infor_browse insert into t_pro_app_infor_browse
( (
f_code, f_code,
......
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