diff --git a/business/partner/purchase/jdshop/store_sku.go b/business/partner/purchase/jdshop/store_sku.go
index 618a183a5..2281cd105 100644
--- a/business/partner/purchase/jdshop/store_sku.go
+++ b/business/partner/purchase/jdshop/store_sku.go
@@ -312,7 +312,7 @@ func buildCreateWareParam(storeSku *dao.StoreSkuSyncInfo) (createSkuParamWare *j
JdPrice: int(storeSku.UnitPrice) / 100,
MarketPrice: int(storeSku.UnitPrice) / 100,
}
- desc = "
"
+ desc = `
`
createSkuParamWare.MobileDesc = desc
createSkuParamWare.Introduction = desc
//上传京东图片 start