Commit 2e59328f authored by 赵啸非's avatar 赵啸非

修改同步逻辑

parent 292cf086
......@@ -117,8 +117,8 @@ public class DeviceController extends BaseCRUDJsonBodyMappingController<DeviceSe
BasicSetEntity basicSetEntity = basicSetService.selectOne(new BasicSetQuery());
if (!ObjectUtils.isEmpty(basicSetEntity)) {
deviceEntity.setPlayTime(basicSetEntity.getPlayTime());
deviceEntity.setLookUp(basicSetEntity.getLookUp());
rest.getData().setPlayTime(basicSetEntity.getPlayTime());
rest.getData().setLookUp(basicSetEntity.getLookUp());
}
recordSysLog(request, busiDesc + " 【成功】");
......
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