|
@@ -1991,10 +1991,10 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
for (int i = 0; i < result.size(); i++) {
|
|
for (int i = 0; i < result.size(); i++) {
|
|
JSONObject info = result.getJSONObject(i);
|
|
JSONObject info = result.getJSONObject(i);
|
|
//商品活动审核状态:1-待审核,2-审核通过,3-审核拒绝,5-已失效
|
|
//商品活动审核状态:1-待审核,2-审核通过,3-审核拒绝,5-已失效
|
|
- if (info.getLong("itemAuditStatus") == 1 || info.getLong("itemAuditStatus") == 2) {
|
|
|
|
- KuaiShouActivityOpenItemList activityInfo = new KuaiShouActivityOpenItemList(info);
|
|
|
|
- list.add(activityInfo);
|
|
|
|
- }
|
|
|
|
|
|
+// if (info.getLong("itemAuditStatus") == 1 || info.getLong("itemAuditStatus") == 2) {
|
|
|
|
+ KuaiShouActivityOpenItemList activityInfo = new KuaiShouActivityOpenItemList(info);
|
|
|
|
+ list.add(activityInfo);
|
|
|
|
+// }
|
|
//2-审核通过
|
|
//2-审核通过
|
|
if (info.getLong("itemAuditStatus") == 2) {
|
|
if (info.getLong("itemAuditStatus") == 2) {
|
|
itemIds.add(info.getLong("itemId"));
|
|
itemIds.add(info.getLong("itemId"));
|
|
@@ -2031,6 +2031,10 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * open.distribution.investment.activity.item.detail
|
|
|
|
+ * 招商活动商品详情接口
|
|
|
|
+ */
|
|
private void getActivityItemDetail(KuaishouAccessToken accessToken, String url, Long activityId, List<Long> itemIds, String dbtype) {
|
|
private void getActivityItemDetail(KuaishouAccessToken accessToken, String url, Long activityId, List<Long> itemIds, String dbtype) {
|
|
List<KuaiShouActivityOpenItemList> list = new ArrayList<>();
|
|
List<KuaiShouActivityOpenItemList> list = new ArrayList<>();
|
|
String appKey = accessToken.getAppKey();
|
|
String appKey = accessToken.getAppKey();
|