|
|
@@ -1151,8 +1151,7 @@ public class VideoVectorJob {
|
|
|
DeconstructVectorConfigExample example = new DeconstructVectorConfigExample();
|
|
|
example.createCriteria()
|
|
|
.andEnabledEqualTo((short) 1)
|
|
|
- .andSourceFieldEqualTo(sourceField)
|
|
|
- .andIdGreaterThan(14L);
|
|
|
+ .andSourceFieldEqualTo(sourceField);
|
|
|
example.setOrderByClause("priority ASC");
|
|
|
return vectorConfigMapper.selectByExample(example);
|
|
|
}
|