|
|
@@ -120,7 +120,8 @@ public class ListenTask {
|
|
|
str.append("、" + (StringUtils.isEmpty(master.getMa_function()) ? master.getMa_name() : master.getMa_function()));
|
|
|
}
|
|
|
}
|
|
|
- MasterTaskConfigId configId = new MasterTaskConfigId(null, null, masters.get(0).getMa_name());
|
|
|
+ MasterTaskConfigId configId = new MasterTaskConfigId(null, null,
|
|
|
+ masters.get(0).getMa_name().toUpperCase());
|
|
|
List<MasterTaskConfigEntity> taskConfigs = scheduledTaskService.getTaskConfigs(configId, "b2b", "BUYER");
|
|
|
if (!CollectionUtils.isEmpty(taskConfigs)) {
|
|
|
ListenDomain listenDomain = new ListenDomain(MACADDRESS,
|