Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0
This commit is contained in:
commit
11de9e828d
@ -106,7 +106,7 @@ public class ExportController {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/testDingTalkTask")
|
/* @GetMapping("/testDingTalkTask")
|
||||||
public void testDingTalkTask(){
|
public void testDingTalkTask(){
|
||||||
List<Long> ids = resultRecordService.selectStaffIdsByFlowProcess(process);
|
List<Long> ids = resultRecordService.selectStaffIdsByFlowProcess(process);
|
||||||
log.info(JSON.toJSONString(ids));
|
log.info(JSON.toJSONString(ids));
|
||||||
@ -114,7 +114,7 @@ public class ExportController {
|
|||||||
List<StaffEntity> staffEntities = staffService.selectByIds(objects);
|
List<StaffEntity> staffEntities = staffService.selectByIds(objects);
|
||||||
String res = dingtalkBusiness.sendTaskInputMsg(staffEntities);
|
String res = dingtalkBusiness.sendTaskInputMsg(staffEntities);
|
||||||
logger.info("绩效任务填写通知响应:" + res);
|
logger.info("绩效任务填写通知响应:" + res);
|
||||||
}
|
}*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user