|
|
@@ -1338,7 +1338,7 @@ public class TakaiAiServiceImpl implements ITakaiAiService {
|
|
|
appResult.setDesc(app.getDesc());
|
|
|
appResult.setTypeId(app.getTypeId());
|
|
|
appResult.setCreateTime(app.getCreateTime());
|
|
|
- appResult.setChatMode("'LOCAL'");
|
|
|
+ appResult.setChatMode("LOCAL");
|
|
|
appResult.setIsCollect(appCollect != null ? true : false);
|
|
|
appResult.setTypeName(dictData != null ? dictData.getDictLabel() : "");
|
|
|
list.add(appResult);
|