This commit is contained in:
杜建超 2020-12-15 14:36:05 +08:00
parent 370ca2a9b4
commit 5932ca7683

View File

@ -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);
}
}*/