This commit is contained in:
邹宗楠
2025-10-20 15:22:39 +08:00
parent 0b71decb2a
commit f112028e0e
3 changed files with 16 additions and 3 deletions

View File

@@ -231,7 +231,6 @@ func ReadMsgFromVendor(vendorID int, elmAppID string, msg []byte) error {
UserID: utils.Int2Str(PushContentReq.OpenUserID),
LatestMsg: PushContentReq.MsgContent,
LatestTime: PushContentReq.Cts,
OrderID: "",
}
vendorStoreID = PushContentReq.AppPoiCode
if PushContentReq.OrderID != 0 {