去掉自己评论自己任务时推送通知的问题
This commit is contained in:
parent
acb28649e5
commit
cd82d98116
@ -720,7 +720,7 @@ public class DingtalkBusiness {
|
|||||||
if (token != null && token.length() > 0) {
|
if (token != null && token.length() > 0) {
|
||||||
|
|
||||||
StaffSimpleInfo fromStaffSimpleInfo = staffService.selectStaffSimpleInfo(taskProcessRecord.getStaffId());
|
StaffSimpleInfo fromStaffSimpleInfo = staffService.selectStaffSimpleInfo(taskProcessRecord.getStaffId());
|
||||||
if (taskProcessRecord.getStaffId().longValue() != resultDetail.getId().longValue()) {
|
if (taskProcessRecord.getStaffId().longValue() != resultDetail.getStaffId().longValue()) {
|
||||||
//自己评论自己的不允许给自己发消息
|
//自己评论自己的不允许给自己发消息
|
||||||
StaffSimpleInfo toStaffSimpleInfo = staffService.selectStaffSimpleInfo(resultDetail.getStaffId());
|
StaffSimpleInfo toStaffSimpleInfo = staffService.selectStaffSimpleInfo(resultDetail.getStaffId());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user