优化NLP
This commit is contained in:
parent
504963f4b9
commit
cd63138e69
@ -144,14 +144,7 @@ public class NlpService {
|
||||
action.setAction(action.getSystemTalkAnswerConfigEntity().getAskKey());
|
||||
action.setDeviceUserBindEntity(actions.getLastDeviceUserBindEntity());
|
||||
}
|
||||
if(StringUtils.isNotEmpty(actions.getName())){
|
||||
action.setName(actions.getName());//.add(name);
|
||||
|
||||
|
||||
}else if(StringUtils.isNotEmpty(actions.getLastName())){
|
||||
action.setName(actions.getLastName());//.add(lastName);
|
||||
|
||||
}
|
||||
actions.getActions().add(action);
|
||||
actions.setLastName(action.getName());//lastName = actions.getName();
|
||||
actions.setLastDeviceUserBindEntity(action.getDeviceUserBindEntity());
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user