|
@@ -227,6 +227,9 @@ public class SysConfigChangeRecordServiceImpl extends ServiceImpl<SysConfigChang
|
|
|
String userList;
|
|
String userList;
|
|
|
if (link.getIsDuty()) {
|
|
if (link.getIsDuty()) {
|
|
|
userList = link.getChooseDutyUsers();
|
|
userList = link.getChooseDutyUsers();
|
|
|
|
|
+ if (!isDutyTask.get()) {
|
|
|
|
|
+ isDutyTask.set(true);
|
|
|
|
|
+ }
|
|
|
} else {
|
|
} else {
|
|
|
userList = link.getUserList();
|
|
userList = link.getUserList();
|
|
|
}
|
|
}
|