|
|
|
@ -253,12 +253,10 @@ public class UserAnalysisNoteServiceImpl extends BaseServiceImpl<UserAnalysisNot |
|
|
|
noteParams.put("code",dto.getDeptId()); |
|
|
|
if (ranking<=3){ |
|
|
|
noteParams.put("msmType","恭喜"); |
|
|
|
}else if ( ranking>3 && ranking<=10){ |
|
|
|
noteParams.put("msmType","祝贺"); |
|
|
|
}else if ( ranking>10 && ranking<=18){ |
|
|
|
noteParams.put("msmType","打扰一下"); |
|
|
|
}else { |
|
|
|
}else if ( ranking>23 && ranking<=20){ |
|
|
|
noteParams.put("msmType","很遗憾"); |
|
|
|
}else { |
|
|
|
noteParams.put("msmType","祝贺"); |
|
|
|
} |
|
|
|
contentNote.put(mobile,noteParams); |
|
|
|
streeContentNoteList.add(contentNote); |
|
|
|
|