|
|
@ -263,6 +263,7 @@ public class GenTableServiceImpl implements IGenTableService
|
|
|
|
zip.putNextEntry(new ZipEntry(VelocityUtils.getFileName(template, table)));
|
|
|
|
zip.putNextEntry(new ZipEntry(VelocityUtils.getFileName(template, table)));
|
|
|
|
IOUtils.write(sw.toString(), zip, Constants.UTF8);
|
|
|
|
IOUtils.write(sw.toString(), zip, Constants.UTF8);
|
|
|
|
IOUtils.closeQuietly(sw);
|
|
|
|
IOUtils.closeQuietly(sw);
|
|
|
|
|
|
|
|
zip.flush();
|
|
|
|
zip.closeEntry();
|
|
|
|
zip.closeEntry();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
catch (IOException e)
|
|
|
|
catch (IOException e)
|
|
|
|