使用
LiteOrm.newSingleInstance(BaseApplication.getInstance(), Constant.DB_NAME);
在不同进程中创建了两次对象,在保存和删除的时候分别使用了这两个对象,导致删除失败。