|
|
|
@ -319,7 +319,7 @@ public class Crdn05Controller extends ApplicationController {
|
|
|
|
|
* "saved": 등록되었으면 true, 그렇지 않으면 false
|
|
|
|
|
* }</code></pre>
|
|
|
|
|
*/
|
|
|
|
|
public ModelAndView createCrdnByLinkFile(String taskSeCd, String fileGroupType, String[] linkFileInfos) {
|
|
|
|
|
public ModelAndView createCrdnByLinkFile(String taskSeCd, String fileLayoutId, String fileGroupType, String[] linkFileInfos) {
|
|
|
|
|
ModelAndView mav = new ModelAndView("jsonView");
|
|
|
|
|
String institute = currentUser().getInstitute();
|
|
|
|
|
|
|
|
|
@ -336,7 +336,7 @@ public class Crdn05Controller extends ApplicationController {
|
|
|
|
|
|
|
|
|
|
processInfo.put("fileGroupType", fileGroupType);
|
|
|
|
|
|
|
|
|
|
String workPath = crdnStngBean.getLinkFileLayoutMetadata("fileLayoutId").getLinkFileLocation();
|
|
|
|
|
String workPath = crdnStngBean.getLinkFileLayoutMetadata(fileLayoutId).getLinkFileLocation();
|
|
|
|
|
processInfo.put("workPath", workPath);
|
|
|
|
|
|
|
|
|
|
HashMap<String, Object> resultMap = importService.createCrdnByEquipmentLinkFile(processInfo, linkFileInfoList);
|
|
|
|
|