意向区域id修改成路径
This commit is contained in:
@@ -137,10 +137,10 @@ public class HyPartnerLineInfoDAO {
|
||||
String intentAreaName, Integer acceptAdjustType, String storeKeyword, String storeKeywordType, List<String> userIdList,
|
||||
List<String> developmentManagerList,List<Long> userPortraitIdList,List<Long> userChannelIdList, String updateStartTime, String updateEndTime
|
||||
,String partnerName,String partnerMobile,String investmentManagerId,String userPortraitQueryType
|
||||
,String intentAreaId,String intentAreaQueryType,String lineStartTime,String lineEndTime,String userChannelQueryType){
|
||||
,String intentAreaQueryType,String lineStartTime,String lineEndTime,String userChannelQueryType){
|
||||
return hyPartnerLineInfoMapper.getPrivateSeaLineList( keyword, keywordType, workflowStage, workflowStatus, deadlineStart, deadlineEnd,
|
||||
intentAreaName, acceptAdjustType, storeKeyword, storeKeywordType, userIdList,developmentManagerList,userPortraitIdList,userChannelIdList, updateStartTime, updateEndTime
|
||||
,partnerName,partnerMobile,investmentManagerId,userPortraitQueryType,intentAreaId,intentAreaQueryType,lineStartTime,lineEndTime,userChannelQueryType);
|
||||
,partnerName,partnerMobile,investmentManagerId,userPortraitQueryType,intentAreaQueryType,lineStartTime,lineEndTime,userChannelQueryType);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -186,7 +186,6 @@ public interface HyPartnerLineInfoMapper {
|
||||
@Param("partnerMobile") String partnerMobile,
|
||||
@Param("investmentManagerId") String investmentManagerId,
|
||||
@Param("userPortraitQueryType") String userPortraitQueryType,
|
||||
@Param("intentAreaId") String intentAreaId,
|
||||
@Param("intentAreaQueryType") String intentAreaQueryType,
|
||||
@Param("lineStartTime") String lineStartTime,
|
||||
@Param("lineEndTime") String lineEndTime,
|
||||
|
||||
Reference in New Issue
Block a user