Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
one-certificate-system
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
one-certificate-system
Commits
bda2d878
Commit
bda2d878
authored
Aug 08, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加水印图片
parent
ada675ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
one-certificate-manager/src/main/java/com/mortals/xhx/module/certificate/service/impl/CertificateIndustryServiceImpl.java
...tificate/service/impl/CertificateIndustryServiceImpl.java
+0
-2
one-certificate-manager/src/main/java/com/mortals/xhx/module/child/web/ChildLicenseController.java
.../mortals/xhx/module/child/web/ChildLicenseController.java
+0
-3
No files found.
one-certificate-manager/src/main/java/com/mortals/xhx/module/certificate/service/impl/CertificateIndustryServiceImpl.java
View file @
bda2d878
...
...
@@ -75,9 +75,7 @@ public class CertificateIndustryServiceImpl extends AbstractCRUDServiceImpl<Cert
* @param oldAncestors 旧的父ID集合
*/
public
void
updateCertificateIndustryChildren
(
Long
certificateIndustryId
,
String
newAncestors
,
String
oldAncestors
,
Context
context
)
{
List
<
CertificateIndustryEntity
>
children
=
getDao
().
selectChildrenCertificateIndustryById
(
certificateIndustryId
.
toString
());
for
(
CertificateIndustryEntity
child
:
children
)
{
child
.
setAncestors
(
child
.
getAncestors
().
replace
(
oldAncestors
,
newAncestors
));
}
...
...
one-certificate-manager/src/main/java/com/mortals/xhx/module/child/web/ChildLicenseController.java
View file @
bda2d878
...
...
@@ -119,9 +119,6 @@ public class ChildLicenseController extends BaseCRUDJsonBodyMappingController<Ch
childLicenseEntity
.
setReportUserName
(
this
.
getContext
().
getUser
().
getRealName
());
childLicenseEntity
.
setReportTime
(
new
Date
());
childLicenseEntity
.
setProcessStatus
(
ProcessStatusEnum
.
已处理
.
getValue
());
childLicenseEntity
.
setFormContent
(
""
);
childLicenseEntity
.
setFormStyleContent
(
""
);
this
.
service
.
update
(
childLicenseEntity
,
getContext
());
recordSysLog
(
request
,
busiDesc
+
" 【成功】"
);
...
...
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