增加任务通知接口

This commit is contained in:
wulin 2020-12-09 17:09:59 +08:00
parent 512f2d9592
commit 8b4a821dc9

View File

@ -645,6 +645,9 @@ public class DingtalkBusiness {
return "error";
}
public String sendTaskNoticeMsg(Long detailId, Long taskId) {
return "OK";
}
public String sendNoticeMsg(ResultRecord lzResultRecord, List<StaffEntity> staffs) {
ThirdAppConfig thirdAppConfig = thirdAppConfigService.getByAppId(appid);