Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
49b89ef9
Commit
49b89ef9
authored
Sep 22, 2017
by
Matija Obreza
Browse files
INSTCODE first in Excel export
parent
a8b0d605
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/service/impl/DownloadServiceImpl.java
View file @
49b89ef9
...
...
@@ -74,8 +74,8 @@ public class DownloadServiceImpl implements DownloadService {
public
static
final
Logger
LOG
=
LoggerFactory
.
getLogger
(
DownloadServiceImpl
.
class
);
private
static
final
int
COL_
DOI
=
0
;
private
static
final
int
COL_
INSTCODE
=
1
;
private
static
final
int
COL_
INSTCODE
=
0
;
private
static
final
int
COL_
DOI
=
1
;
private
static
final
int
COL_ACCENUMB
=
2
;
private
static
final
int
COL_COLLNUMB
=
3
;
private
static
final
int
COL_COLLCODE
=
4
;
...
...
src/main/resources/template/download/MCPD.xlsx
View file @
49b89ef9
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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