Commit 48340bbb authored by 赵啸非's avatar 赵啸非

添加照片海康下载

parent 4e7dd63a
...@@ -3,7 +3,7 @@ package com.mortals.xhx.busiz; ...@@ -3,7 +3,7 @@ package com.mortals.xhx.busiz;
import cn.hutool.core.codec.Base64; import cn.hutool.core.codec.Base64;
import cn.hutool.core.date.DateUtil; import cn.hutool.core.date.DateUtil;
import cn.hutool.json.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.mortals.framework.annotation.UnAuth; import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.common.Rest; import com.mortals.framework.common.Rest;
...@@ -149,10 +149,12 @@ public class TestController { ...@@ -149,10 +149,12 @@ public class TestController {
updateList.add(staffEntity); updateList.add(staffEntity);
} }
} else {
log.info("download:{}", JSON.toJSONString(rest));
} }
} }
} }
if(!ObjectUtils.isEmpty(updateList)){ if (!ObjectUtils.isEmpty(updateList)) {
staffService.update(updateList); staffService.update(updateList);
} }
......
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