增加任务通知接口
This commit is contained in:
parent
512f2d9592
commit
8b4a821dc9
@ -645,6 +645,9 @@ public class DingtalkBusiness {
|
|||||||
return "error";
|
return "error";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String sendTaskNoticeMsg(Long detailId, Long taskId) {
|
||||||
|
return "OK";
|
||||||
|
}
|
||||||
public String sendNoticeMsg(ResultRecord lzResultRecord, List<StaffEntity> staffs) {
|
public String sendNoticeMsg(ResultRecord lzResultRecord, List<StaffEntity> staffs) {
|
||||||
|
|
||||||
ThirdAppConfig thirdAppConfig = thirdAppConfigService.getByAppId(appid);
|
ThirdAppConfig thirdAppConfig = thirdAppConfigService.getByAppId(appid);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user