fix
This commit is contained in:
parent
370ca2a9b4
commit
5932ca7683
@ -106,7 +106,7 @@ public class ExportController {
|
||||
|
||||
}
|
||||
|
||||
@GetMapping("/testDingTalkTask")
|
||||
/* @GetMapping("/testDingTalkTask")
|
||||
public void testDingTalkTask(){
|
||||
List<Long> ids = resultRecordService.selectStaffIdsByFlowProcess(process);
|
||||
log.info(JSON.toJSONString(ids));
|
||||
@ -114,7 +114,7 @@ public class ExportController {
|
||||
List<StaffEntity> staffEntities = staffService.selectByIds(objects);
|
||||
String res = dingtalkBusiness.sendTaskInputMsg(staffEntities);
|
||||
logger.info("绩效任务填写通知响应:" + res);
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user