This commit is contained in:
邹宗楠
2025-12-19 15:39:05 +08:00
parent 00d91d7719
commit d5c5d5fa97

View File

@@ -259,7 +259,10 @@ func ReadMsgFromClient(vendorID int, elmAppID string, msg interface{}, storeId i
}
}
globals.SugarLogger.Debugf("------jxmsg:= %s", utils.Format4Output(jxMsg, false))
globals.SugarLogger.Debugf("------vendorID:= %s", utils.Format4Output(vendorID, false))
globals.SugarLogger.Debugf("------elmAppID:= %s", utils.Format4Output(elmAppID, false))
globals.SugarLogger.Debugf("------userList:= %s", utils.Format4Output(userList, false))
//1 存储展示列表时单条数据
if err = SetMessageDetail(jxMsg, vendorID, elmAppID); err != nil {
errList.AddErr(fmt.Errorf("存储详细聊天记录错误:%v", err))