This commit is contained in:
wxs 2026-01-29 17:35:25 +08:00
commit 37acb9954d

View File

@ -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;
} }