| Line 213... |
Line 213... |
| 213 |
@GetMapping("/rbmRating/weekly-status")
|
213 |
@GetMapping("/rbmRating/weekly-status")
|
| 214 |
public ResponseEntity<ApiResponse<?>> rbmRatingWeeklyStatus(HttpServletRequest request) throws Throwable {
|
214 |
public ResponseEntity<ApiResponse<?>> rbmRatingWeeklyStatus(HttpServletRequest request) throws Throwable {
|
| 215 |
return wrapResponse(leadController.rbmRatingWeeklyStatus(request));
|
215 |
return wrapResponse(leadController.rbmRatingWeeklyStatus(request));
|
| 216 |
}
|
216 |
}
|
| 217 |
|
217 |
|
| - |
|
218 |
@GetMapping("/rbmRating/exists-this-month")
|
| - |
|
219 |
public ResponseEntity<ApiResponse<?>> rbmRatingExistsThisMonth(HttpServletRequest request) throws Throwable {
|
| - |
|
220 |
return wrapResponse(leadController.rbmRatingExistsThisMonth(request));
|
| - |
|
221 |
}
|
| - |
|
222 |
|
| 218 |
@GetMapping("/rbmRating/reminder")
|
223 |
@GetMapping("/rbmRating/reminder")
|
| 219 |
public ResponseEntity<ApiResponse<?>> rbmRatingReminder(HttpServletRequest request) throws Throwable {
|
224 |
public ResponseEntity<ApiResponse<?>> rbmRatingReminder(HttpServletRequest request) throws Throwable {
|
| 220 |
return wrapResponse(leadController.rbmRatingReminder(request));
|
225 |
return wrapResponse(leadController.rbmRatingReminder(request));
|
| 221 |
}
|
226 |
}
|
| 222 |
}
|
227 |
}
|