Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bladex-schedule
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
wanglianxi
bladex-schedule
Commits
bd43e034
Commit
bd43e034
authored
Jun 04, 2020
by
wanglianxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2020年6月4日14:43:40
parent
f30097ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ScheduleVO2ExcelScheduleVOConverter.java
...lade.mid/convert/ScheduleVO2ExcelScheduleVOConverter.java
+2
-2
ThirtyOneSchedule.java
...ain/java/org.springblade.mid/excel/ThirtyOneSchedule.java
+4
-0
No files found.
blade-sched-api/src/main/java/org.springblade.mid/convert/ScheduleVO2ExcelScheduleVOConverter.java
View file @
bd43e034
...
...
@@ -191,8 +191,8 @@ public class ScheduleVO2ExcelScheduleVOConverter {
thirtyOneSchedule
.
setTwentySixth
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setTwentySeventh
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setTwentyEighth
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setTwent
ie
th
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setThirt
een
th
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setTwent
yNin
th
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setThirt
ie
th
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setThirtyOne
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setFirst
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
thirtyOneSchedule
.
setSecond
(
iterator
.
hasNext
()
?
iterator
.
next
()
:
null
);
...
...
blade-sched-api/src/main/java/org.springblade.mid/excel/ThirtyOneSchedule.java
View file @
bd43e034
...
...
@@ -18,6 +18,10 @@ import java.util.List;
@Accessors
(
chain
=
true
)
public
class
ThirtyOneSchedule
extends
BaseSchedule
{
private
String
twentyNinth
;
private
String
thirtieth
;
private
String
thirtyOne
;
public
static
List
<
String
>
titles
=
Arrays
.
...
...
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