|
@@ -84,7 +84,7 @@ public interface SupplyChainMapper {
|
|
|
|
|
|
JSONObject selectOrderRate(@Param("promoterIds") List<String> promoterIds, @Param("itemIds") List<Long> itemIds, @Param("statDate") Long statDate, @Param("endDate") Long endDate);
|
|
JSONObject selectOrderRate(@Param("promoterIds") List<String> promoterIds, @Param("itemIds") List<Long> itemIds, @Param("statDate") Long statDate, @Param("endDate") Long endDate);
|
|
|
|
|
|
- JSONObject selectOrderRateBytedance(@Param("promoterIds") List<String> promoterIds, @Param("itemIds") List<Long> itemIds, @Param("statDate") Long statDate, @Param("endDate") Long endDate);
|
|
|
|
|
|
+ JSONObject selectOrderRateBytedance(@Param("promoterIds") List<String> promoterIds, @Param("itemIds") List<Long> itemIds, @Param("statDate") Long statDate, @Param("endDate") Long endDate, @Param("hour") int hour);
|
|
|
|
|
|
List<JSONObject> getMonthOrderAmount(Map<String, Object> map);
|
|
List<JSONObject> getMonthOrderAmount(Map<String, Object> map);
|
|
|
|
|
|
@@ -183,6 +183,7 @@ public interface SupplyChainMapper {
|
|
void replaceMgsKuaiShouActivityOpenItemList(@Param("list") List<KuaiShouActivityOpenItemList> list);
|
|
void replaceMgsKuaiShouActivityOpenItemList(@Param("list") List<KuaiShouActivityOpenItemList> list);
|
|
|
|
|
|
void replaceRocketKuaiShouActivityOpenItemList(@Param("list") List<KuaiShouActivityOpenItemList> list);
|
|
void replaceRocketKuaiShouActivityOpenItemList(@Param("list") List<KuaiShouActivityOpenItemList> list);
|
|
|
|
+
|
|
List<JSONObject> getKsChannelGmvHourByDate(@Param("userList") List<Long> userList, @Param("date") String date);
|
|
List<JSONObject> getKsChannelGmvHourByDate(@Param("userList") List<Long> userList, @Param("date") String date);
|
|
|
|
|
|
List<JSONObject> getKsCourtshipGmvHourByDate(@Param("userList") List<Long> userList, @Param("date") String date);
|
|
List<JSONObject> getKsCourtshipGmvHourByDate(@Param("userList") List<Long> userList, @Param("date") String date);
|