去除flyway配置

This commit is contained in:
648540858
2023-04-04 11:14:08 +08:00
parent f89ef3abf4
commit 59ab2adb2e
3 changed files with 2 additions and 15 deletions

View File

@@ -441,9 +441,6 @@ public class VideoManagerStorageImpl implements IVideoManagerStorage {
*/
@Override
public synchronized boolean insertMobilePosition(MobilePosition mobilePosition) {
if (mobilePosition.getDeviceId().equals(mobilePosition.getChannelId())) {
mobilePosition.setChannelId(null);
}
return deviceMobilePositionMapper.insertNewPosition(mobilePosition) > 0;
}