|
|
@@ -175,7 +175,7 @@ public class CorpKfController {
|
|
|
* 目前值班人员变化
|
|
|
*/
|
|
|
@GetMapping("/get/duty/{openKfId}")
|
|
|
- public Result<List<CorpKfAccountFollowDutyStatus>> getDutyFollowByOpenKfId(@PathVariable String openKfId) {
|
|
|
+ public Result<List<CorpKfAccountFollowDutyStatus>> getDutyFollowByOpenKfId(@PathVariable String openKfId) throws Exception {
|
|
|
long cmsUserId = StpUtil.getLoginIdAsLong();
|
|
|
List<CorpKfAccountFollowDutyStatus> dutyStatuses= corpKfService.getDutyFollowByOpenKfId(cmsUserId, openKfId);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult(dutyStatuses);
|