|
@@ -206,7 +206,7 @@ public class GRPCController extends BaseController {
|
|
|
chatReq.setCreateBy(username);
|
|
|
chatReq.setCreateTime(DateUtils.getNowDate());
|
|
|
//todo 现在测试,暂时注释掉。 等测试完毕,打开注释。
|
|
|
-// this.xinyiChatRecordMapper.insertTXinyiChatRecord(chatReq);
|
|
|
+ this.xinyiChatRecordMapper.insertTXinyiChatRecord(chatReq);
|
|
|
}
|
|
|
|
|
|
private List<DecisionReq> getDecisionReqs() {
|