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);
} else {
uavMapper.insert(e);
cache(e);
}
return e;
}