|
@@ -1101,7 +1101,7 @@ public class WorkServiceImpl extends IBaseStrServiceImpl<WorkEntity, String> imp
|
|
|
sky.put("icon", "");
|
|
|
sky.put("antidistorted", true);
|
|
|
sky.put("scale", 1);
|
|
|
- sky.put("isShow", 0);
|
|
|
+ sky.put("isShow", true);
|
|
|
customMaskJson.put("sky", sky);
|
|
|
}
|
|
|
parse.put("customMask", customMaskJson);
|