Commit d32b688f authored by 赵啸非's avatar 赵啸非

添加文件压缩

parent 68913dcf
......@@ -346,7 +346,7 @@ public class SkinBaseServiceImpl extends AbstractCRUDServiceImpl<SkinBaseDao, Sk
skinBaseEntity.setCssFilePath(StrUtil.appendIfMissing(skinBaseEntity.getCssFilePath(), "/"));
skinBaseEntity.setPreviewImagePath(StrUtil.appendIfMissing(skinBaseEntity.getPreviewImagePath(), "/"));
}
this.update(skinBaseEntities, context);
this.getDao().updateBatch(skinBaseEntities);
SkinFieldEntity skinFieldQuery = new SkinFieldEntity();
skinFieldQuery.setFieldType("2");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment