Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zh-baseversion-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王浩
zh-baseversion-project
Commits
2b28c4a1
Commit
2b28c4a1
authored
Jun 05, 2024
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
行业专家问题修改
parent
c51f6085
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
GovernmentSupervisionInfoServiceImpl.java
...em/service/impl/GovernmentSupervisionInfoServiceImpl.java
+1
-1
TProAppInforBrowseMapper.xml
...main/resources/mapper/system/TProAppInforBrowseMapper.xml
+1
-1
No files found.
zh-baseversion-system/src/main/java/com/zehong/system/service/impl/GovernmentSupervisionInfoServiceImpl.java
View file @
2b28c4a1
...
...
@@ -66,7 +66,7 @@ public class GovernmentSupervisionInfoServiceImpl implements GovernmentSupervisi
GovernmentDataCopyUtil
.
copyToLocalData
(
proAppInforBrowseVo
,
tProAppInforBrowse
);
proAppInforBrowseList
.
add
(
tProAppInforBrowse
);
}
tProAppInforBrowseMapper
.
insertTProAppInforBrowse
(
tProAppInforBrowse
);
tProAppInforBrowseMapper
.
batchInsertTProAppInforBrowse
(
proAppInforBrowseList
);
}
return
json
;
}
...
...
zh-baseversion-system/src/main/resources/mapper/system/TProAppInforBrowseMapper.xml
View file @
2b28c4a1
...
...
@@ -180,7 +180,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</foreach>
</delete>
<insert
id=
"
i
nsertTProAppInforBrowse"
parameterType=
"TProAppInforBrowse"
useGeneratedKeys=
"true"
keyProperty=
"fProAppInforId"
>
<insert
id=
"
batchI
nsertTProAppInforBrowse"
parameterType=
"TProAppInforBrowse"
useGeneratedKeys=
"true"
keyProperty=
"fProAppInforId"
>
insert into t_pro_app_infor_browse
(
f_code,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment