Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
easy-affair-show
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
赵啸非
easy-affair-show
Commits
4ec518ce
Commit
4ec518ce
authored
Jul 27, 2022
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
作品发布bug修改
parent
787ee02e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
eas-manager/src/main/java/com/mortals/xhx/module/customer/model/vo/CustomerWorkDesignVo.java
...ls/xhx/module/customer/model/vo/CustomerWorkDesignVo.java
+4
-0
eas-manager/src/main/java/com/mortals/xhx/module/customer/service/impl/CustomerWorkDesignServiceImpl.java
.../customer/service/impl/CustomerWorkDesignServiceImpl.java
+1
-0
No files found.
eas-manager/src/main/java/com/mortals/xhx/module/customer/model/vo/CustomerWorkDesignVo.java
View file @
4ec518ce
...
...
@@ -26,4 +26,8 @@ public class CustomerWorkDesignVo extends BaseEntityLong {
private
String
frontCover
;
/** 模板id */
private
Long
masterplateId
;
/**
* 版式。1:横版2竖版默认:1
*/
private
Integer
plateType
;
}
\ No newline at end of file
eas-manager/src/main/java/com/mortals/xhx/module/customer/service/impl/CustomerWorkDesignServiceImpl.java
View file @
4ec518ce
...
...
@@ -134,6 +134,7 @@ public class CustomerWorkDesignServiceImpl extends AbstractCRUDServiceImpl<Custo
newMasterplate
.
setMasterplateUseNum
(
0
);
newMasterplate
.
setPreviewUrl
(
entity
.
getFrontCover
());
newMasterplate
.
setDraft
(
workDesign
.
getDraft
());
newMasterplate
.
setPlateType
(
entity
.
getPlateType
()==
null
?
1
:
entity
.
getPlateType
());
newMasterplate
.
setCreateTime
(
new
Date
());
designMasterplateService
.
save
(
newMasterplate
,
context
);
return
1
;
...
...
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