|
@@ -614,7 +614,7 @@ public class SupplyChainController extends BaseController {
|
|
|
Map<String, Object> requestMap = new HashMap<>();
|
|
Map<String, Object> requestMap = new HashMap<>();
|
|
|
if (dateType == 0) {
|
|
if (dateType == 0) {
|
|
|
if ("1".equals(mediaId)) {
|
|
if ("1".equals(mediaId)) {
|
|
|
- return indexPromoterRankBytedance(dateType, orderStartDate, orderEndDate,userId);
|
|
|
|
|
|
|
+ return indexPromoterRankBytedance(dateType, orderStartDate, orderEndDate, userId);
|
|
|
} else {
|
|
} else {
|
|
|
if (Check.isNotNull(userId)) {
|
|
if (Check.isNotNull(userId)) {
|
|
|
List<String> promoterIds = promoterService.selectPromoterIdList(Arrays.asList(userId), mediaId);
|
|
List<String> promoterIds = promoterService.selectPromoterIdList(Arrays.asList(userId), mediaId);
|
|
@@ -647,7 +647,7 @@ public class SupplyChainController extends BaseController {
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
if ("1".equals(mediaId)) {
|
|
if ("1".equals(mediaId)) {
|
|
|
- return indexPromoterRankBytedance(dateType, orderStartDate, orderEndDate,userId);
|
|
|
|
|
|
|
+ return indexPromoterRankBytedance(dateType, orderStartDate, orderEndDate, userId);
|
|
|
} else {
|
|
} else {
|
|
|
if (!Check.isNull(orderStartDate)) {
|
|
if (!Check.isNull(orderStartDate)) {
|
|
|
Long start = DateUtils.getStartLongTime(orderStartDate);
|
|
Long start = DateUtils.getStartLongTime(orderStartDate);
|