|
|
@@ -833,6 +833,7 @@ public class ChannelDemandMatchJob {
|
|
|
private List<ChannelDemandMatchConfig> getEnabledConfigs() {
|
|
|
ChannelDemandMatchConfigExample example = new ChannelDemandMatchConfigExample();
|
|
|
example.createCriteria().andStatusEqualTo((short) 1);
|
|
|
+ example.setOrderByClause("id asc");
|
|
|
return configMapper.selectByExample(example);
|
|
|
}
|
|
|
|