diff --git a/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar b/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar index c0c97c1d..da4ae623 100644 Binary files a/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar and b/com.actionsoft.apps.coe.pal.batch/lib/com.actionsoft.apps.coe.pal.batch.jar differ diff --git a/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/web/BatchWeb.java b/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/web/BatchWeb.java index b7b33b00..460568d3 100644 --- a/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/web/BatchWeb.java +++ b/com.actionsoft.apps.coe.pal.batch/src/com/actionsoft/apps/coe/pal/batch/web/BatchWeb.java @@ -103,7 +103,7 @@ public class BatchWeb extends ActionWeb { if (BatchConst.PROCESS_LIST.equals(type)) { ro = new CreateProcessExcel().createProcessTemplate(uc, wsId, methodCategory); } else if (BatchConst.SHAPE_LIST.equals(type)) { - ro = new CreateShapeExcel().createShapeImportTemplate(uc, wsId, methodCategory); + ro = new CreateShapeExcel().createShapeTemplate(uc, wsId, methodCategory); } else if (BatchConst.SHAPE_IMPORT.equals(type)) { ro = new CreateShapeExcel().createShapeImportTemplate(uc, wsId, methodCategory); }