|
|
@ -45,6 +45,9 @@ public class AddsNimsController extends ApplicationController {
|
|
|
|
@Value("${app.api.host:}")
|
|
|
|
@Value("${app.api.host:}")
|
|
|
|
private String apiHost;
|
|
|
|
private String apiHost;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Value("${app.file.root.path}")
|
|
|
|
|
|
|
|
private String fileRootPath;
|
|
|
|
|
|
|
|
|
|
|
|
@Resource(name="defaultOgdpBean")
|
|
|
|
@Resource(name="defaultOgdpBean")
|
|
|
|
private DefaultOgdpBean defaultOgdpBean;
|
|
|
|
private DefaultOgdpBean defaultOgdpBean;
|
|
|
|
|
|
|
|
|
|
|
@ -201,6 +204,7 @@ public class AddsNimsController extends ApplicationController {
|
|
|
|
//출력일시,출력작업자
|
|
|
|
//출력일시,출력작업자
|
|
|
|
Print print = new Print();
|
|
|
|
Print print = new Print();
|
|
|
|
print.setPrintRequestUserInfo(currentUser());
|
|
|
|
print.setPrintRequestUserInfo(currentUser());
|
|
|
|
|
|
|
|
print.setTempPathConfig(fileRootPath);
|
|
|
|
|
|
|
|
|
|
|
|
//개인정보표시여부,기관장 등
|
|
|
|
//개인정보표시여부,기관장 등
|
|
|
|
PrintOption printOption = new PrintOption();
|
|
|
|
PrintOption printOption = new PrintOption();
|
|
|
@ -252,6 +256,7 @@ public class AddsNimsController extends ApplicationController {
|
|
|
|
//출력일시,출력작업자
|
|
|
|
//출력일시,출력작업자
|
|
|
|
Print print = new Print();
|
|
|
|
Print print = new Print();
|
|
|
|
print.setPrintRequestUserInfo(currentUser());
|
|
|
|
print.setPrintRequestUserInfo(currentUser());
|
|
|
|
|
|
|
|
print.setTempPathConfig(fileRootPath);
|
|
|
|
|
|
|
|
|
|
|
|
//개인정보표시여부,기관장 등
|
|
|
|
//개인정보표시여부,기관장 등
|
|
|
|
PrintOption printOption = new PrintOption();
|
|
|
|
PrintOption printOption = new PrintOption();
|
|
|
|