fengxiang
2018-01-04 aa6c487c0eccd86311489e8a0ed641618e5b9105
src/main/java/com/moral/service/impl/DeviceVersionServiceImpl.java
@@ -41,7 +41,7 @@
                  if(ids.length==1){
                        deviceVersionMapper.deleteByPrimaryKey(ids[0]);
                  }else{
                        Example example = new Example(DeviceVersion.class);
                        Example example = new Example(ENTITY_CLASS);
                        example.or().andIn("id", Arrays.asList(ids));
                        deviceVersionMapper.deleteByExample(example);
                  }