From 1282ce1b4dbbac6eadbd31c8c9e2f5eb885e0e83 Mon Sep 17 00:00:00 2001 From: gazebo Date: Wed, 29 Jan 2020 11:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6status.Remark=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/orderman.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxcallback/orderman/orderman.go b/business/jxcallback/orderman/orderman.go index f66f1528a..e6c385406 100644 --- a/business/jxcallback/orderman/orderman.go +++ b/business/jxcallback/orderman/orderman.go @@ -81,6 +81,7 @@ func addOrderOrWaybillStatus(status *model.OrderStatus, db *dao.DaoDB) (isDuplic } }() status.ID = 0 + status.Remark = utils.LimitUTF8StringLen(status.Remark, 255) created, _, err := db.Db.ReadOrCreate(status, "VendorOrderID", "VendorID", "OrderType", "Status", "VendorStatus", "StatusTime") if err == nil { if !created {