diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs
index 56d47a2c..69ec2f37 100644
--- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs
+++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs
@@ -121,7 +121,7 @@ namespace BBWY.Server.Business
             var req_skuList = new SkuReadSearchSkuListRequest()
             {
                 pageSize = 50,//50
-                field = "logo,saleAttrs,status,created,,barCode,categoryId,multiCateProps"
+                field = "logo,saleAttrs,status,created,barCode,categoryId,multiCateProps"
             };
 
             if (!string.IsNullOrEmpty(searchProductSkuRequest.Spu))