|
@@ -7,8 +7,10 @@ import com.cyksj.model.excel.CorpUserTagExcelData;
|
|
|
import com.cyksj.model.views.CorpUserIntentionView;
|
|
import com.cyksj.model.views.CorpUserIntentionView;
|
|
|
import com.cyksj.model.views.CorpUserView;
|
|
import com.cyksj.model.views.CorpUserView;
|
|
|
import com.cyksj.model.views.UserIntentionPieView;
|
|
import com.cyksj.model.views.UserIntentionPieView;
|
|
|
|
|
+import com.cyksj.model.views.UserOrderDetailView;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
|
|
|
|
+import java.util.Date;
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
|
|
|
|
|
|
@@ -30,4 +32,6 @@ public interface CorpUserTagMapper extends BaseMapper<CorpUserTag> {
|
|
|
Page<CorpUserIntentionView> getCorpUserIntentionView(@Param("page") Page<CorpUserIntentionView> page, @Param("userId") Long userId, @Param("nickname") String nickname, @Param("tagIdStr") String tagId, @Param("thisDate") String date, @Param("intention") Integer intention);
|
|
Page<CorpUserIntentionView> getCorpUserIntentionView(@Param("page") Page<CorpUserIntentionView> page, @Param("userId") Long userId, @Param("nickname") String nickname, @Param("tagIdStr") String tagId, @Param("thisDate") String date, @Param("intention") Integer intention);
|
|
|
|
|
|
|
|
List<CorpUserTag> selectIntentionUserTag(@Param("externalUserId") String externalUserId, @Param("groupName") String groupName);
|
|
List<CorpUserTag> selectIntentionUserTag(@Param("externalUserId") String externalUserId, @Param("groupName") String groupName);
|
|
|
|
|
+
|
|
|
|
|
+ UserOrderDetailView getFansUserToMonthOrdersDetai(@Param("tagIdStr") String tagIdStr, @Param("thisDate") String thisDate, @Param("st") Date st, @Param("et") Date et);
|
|
|
}
|
|
}
|