Cache uav device when add a new uav
This commit is contained in:
parent
f203fd4ec7
commit
71023e0153
@ -110,6 +110,7 @@ public class UavServiceImpl implements IUavService {
|
|||||||
uavMapper.update(e);
|
uavMapper.update(e);
|
||||||
} else {
|
} else {
|
||||||
uavMapper.insert(e);
|
uavMapper.insert(e);
|
||||||
|
cache(e);
|
||||||
}
|
}
|
||||||
return e;
|
return e;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user