去除flyway配置
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user