|
@@ -153,7 +153,7 @@ public class WpsFileServiceImpl extends ServiceImpl<WpsFileMapper, WpsFile> impl
|
|
|
if (watermarkEntity != null){
|
|
|
BeanUtils.copyProperties(watermarkEntity,watermark);
|
|
|
}
|
|
|
-
|
|
|
+ log.info("mark:{}",watermark.toString());
|
|
|
//获取user
|
|
|
WpsUser wpsUser = wpsUserService.getById(userId);
|
|
|
UserDTO user = new UserDTO();
|