|
@@ -781,7 +781,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
list.add(activityInfo);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("===团长查询招商活动列表(open.distribution.investment.activity.open.list)失败,信息:{}" + obj.getString("msg"));
|
|
|
+ log.error("===团长查询招商活动列表(open.distribution.investment.activity.open.list)失败,信息:{}", obj.getString("msg"));
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -827,7 +827,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
list.add(activityInfo);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("===团长招商活动已报名商品列表(open.distribution.investment.activity.open.item.list)失败,信息:{}" + obj.getString("error_msg"));
|
|
|
+ log.error("===团长招商活动已报名商品列表(open.distribution.investment.activity.open.item.list)失败,信息:{}", obj.getString("error_msg"));
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -876,7 +876,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
list.add(activityInfo);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("===MGS团长招商活动已报名商品列表(open.distribution.investment.activity.open.item.list)失败,信息:{}" + obj.getString("error_msg"));
|
|
|
+ log.error("===MGS团长招商活动已报名商品列表(open.distribution.investment.activity.open.item.list)失败,信息:{}", obj.getString("error_msg"));
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -925,7 +925,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
list.add(activityInfo);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("===Rocket团长招商活动已报名商品列表(open.distribution.investment.activity.open.item.list)失败,信息:{}" + obj.getString("error_msg"));
|
|
|
+ log.error("===Rocket团长招商活动已报名商品列表(open.distribution.investment.activity.open.item.list)失败,信息:{}", obj.getString("error_msg"));
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -989,7 +989,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
list.add(activityInfo);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("===团长查询招商活动列表(open.distribution.investment.activity.open.list)失败,信息:{}" + obj.getString("msg"));
|
|
|
+ log.error("===团长查询招商活动列表(open.distribution.investment.activity.open.list)失败,信息:{}", obj.getString("msg"));
|
|
|
return;
|
|
|
}
|
|
|
|
|
@@ -1031,7 +1031,7 @@ public class SupplyChainServiceImpl implements ISupplyChainService {
|
|
|
list.add(activityInfo);
|
|
|
}
|
|
|
} else {
|
|
|
- log.error("===Rocket团长查询招商活动列表(open.distribution.investment.activity.open.list)失败,信息:{}" + obj.getString("msg"));
|
|
|
+ log.error("===Rocket团长查询招商活动列表(open.distribution.investment.activity.open.list)失败,信息:{}", obj.getString("msg"));
|
|
|
return;
|
|
|
}
|
|
|
|