Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
wangming
/
kzy-oss
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e46536eb
authored
Mar 16, 2020
by
wangming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wangming' into '105'
banner See merge request
!14
2 parents
3bfebe7d
7892f4ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/server/web/common/service/Impl/InformationServiceImpl.java
src/main/java/com/server/web/common/service/Impl/InformationServiceImpl.java
View file @
e46536e
...
@@ -45,7 +45,7 @@ public class InformationServiceImpl implements InformationService {
...
@@ -45,7 +45,7 @@ public class InformationServiceImpl implements InformationService {
@Override
@Override
public
void
updateInformation
(
TKzyInformation
information
,
String
classIds
)
{
public
void
updateInformation
(
TKzyInformation
information
,
String
classIds
)
{
informationMapper
.
updateByPrimaryKey
WithBLOBs
(
information
);
informationMapper
.
updateByPrimaryKey
Selective
(
information
);
TKzyRelationClassExample
example
=
new
TKzyRelationClassExample
();
TKzyRelationClassExample
example
=
new
TKzyRelationClassExample
();
example
.
createCriteria
().
andRelationIdEqualTo
(
information
.
getId
()).
andTypeEqualTo
(
2
);
example
.
createCriteria
().
andRelationIdEqualTo
(
information
.
getId
()).
andTypeEqualTo
(
2
);
relationClassMapper
.
deleteByExample
(
example
);
relationClassMapper
.
deleteByExample
(
example
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment