Showing
1 changed file
with
1 additions
and
1 deletions
@@ -117,7 +117,7 @@ | @@ -117,7 +117,7 @@ | ||
117 | 117 | ||
118 | param.begin = this.beginDate; | 118 | param.begin = this.beginDate; |
119 | param.end = this.endDate; | 119 | param.end = this.endDate; |
120 | - param.platform = '1,2'; | 120 | + param.platform = '1,2,3,4'; |
121 | 121 | ||
122 | const href = '/Api/platform/exportOneShopProductOverview?queryConf=' + | 122 | const href = '/Api/platform/exportOneShopProductOverview?queryConf=' + |
123 | JSON.stringify(param); | 123 | JSON.stringify(param); |
-
Please register or login to post a comment