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

添加水印图片

parent 597cac39
......@@ -36,7 +36,9 @@ public class TestSendMsgController {
public Rest<Void> updateDevice() {
String WarterMark = GlobalSysInfo.getParamValue(Constant.Param_waterMark, "");
List<ApplyLogEntity> applyLogEntities = applyLogService.find(new ApplyLogQuery().watermarkUrlList(Arrays.asList("")));
ApplyLogQuery applyLogQuery = new ApplyLogQuery();
applyLogQuery.setAnnexUrlNotList(Arrays.asList(""));
List<ApplyLogEntity> applyLogEntities = applyLogService.find(applyLogQuery.watermarkUrlList(Arrays.asList("")));
for (ApplyLogEntity applyLogEntity : applyLogEntities) {
if (!ObjectUtils.isEmpty(WarterMark)) {
//生成水印图片
......
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