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

修改提交分辨率更新

parent 81b82c09
...@@ -49,7 +49,7 @@ public class SendThirdPartyThread extends AbstractThread { ...@@ -49,7 +49,7 @@ public class SendThirdPartyThread extends AbstractThread {
@Override @Override
protected void process() { protected void process() {
// log.info("SendThirdPartyThread process"); log.info("SendThirdPartyThread process");
List<DeviceReq> deviceMsgReqs = new ArrayList<>(); List<DeviceReq> deviceMsgReqs = new ArrayList<>();
while (true) { while (true) {
DeviceReq deviceReq = cacheService.lpop(KEY_DEVICE_THIRDPARTY_QUEUE, DeviceReq.class); DeviceReq deviceReq = cacheService.lpop(KEY_DEVICE_THIRDPARTY_QUEUE, DeviceReq.class);
......
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