|
@@ -205,8 +205,7 @@ public class GRPCController extends BaseController {
|
|
|
chatReq.setUserId(userId);
|
|
|
chatReq.setCreateBy(username);
|
|
|
chatReq.setCreateTime(DateUtils.getNowDate());
|
|
|
- //todo 现在测试,暂时注释掉。 等测试完毕,打开注释。
|
|
|
-// this.xinyiChatRecordMapper.insertTXinyiChatRecord(chatReq);
|
|
|
+ this.xinyiChatRecordMapper.insertTXinyiChatRecord(chatReq);
|
|
|
}
|
|
|
|
|
|
private List<DecisionReq> getDecisionReqs() {
|
|
@@ -657,7 +656,6 @@ public class GRPCController extends BaseController {
|
|
|
// outputStream.write(responseStr.getBytes());
|
|
|
// outputStream.flush();
|
|
|
// }
|
|
|
-// // todo 类型判断处理
|
|
|
// }
|
|
|
// } catch (Exception e) {
|
|
|
//// throw new RuntimeException(e);
|
|
@@ -732,7 +730,6 @@ public class GRPCController extends BaseController {
|
|
|
// outputStream.write(responseStr.getBytes());
|
|
|
// outputStream.flush();
|
|
|
// }
|
|
|
-// // todo 类型判断处理
|
|
|
// }
|
|
|
// } catch (Exception e) {
|
|
|
//// throw new RuntimeException(e);
|