Browse Source

Merge pull request 'yinruoxi:' (#40) from dev_nlt into dev

Reviewed-on: http://39.105.23.186:3000/develop/digimeta-MultiSaas/pulls/40
tags/B.1.2.1.0_20230822_base^2
yinruoxi 2 years ago
parent
commit
5367179fbd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      xueyi-modules/xueyi-nlt/src/main/java/com/xueyi/nlt/nlt/controller/DmIntentController.java

+ 1
- 1
xueyi-modules/xueyi-nlt/src/main/java/com/xueyi/nlt/nlt/controller/DmIntentController.java View File

@@ -201,7 +201,7 @@ public class DmIntentController extends BaseController<DmIntentQuery, DmIntentDt
testJ.put("messages",ja1);
R<DmManDeviceDto> manDeviceDtoR = manDeviceService.manDeviceInfoInner(intent.getDevId());
Source source = SourceUtil.getSourceCache(manDeviceDtoR.getData().getStrategyId());
return remoteQAService.query(manDeviceDtoR.getData().getManCode(),intent.getContent(),manDeviceDtoR.getData().getTenantId());
return remoteQAService.query(manDeviceDtoR.getData().getManCode(),intent.getContent(),manDeviceDtoR.getData().getTId());

// JSONArray ja = JSONArray.parseArray(resultJson.get("data").toString());
//


Loading…
Cancel
Save