@@ -303,6 +303,10 @@ public class KxsSysMsgService extends ServiceImpl<KxsSysMsgMapper, KxsSysMsg> {
//操作类型
OperationType operation = dmlData.getOperation();
+ if(operation.equals(OperationType.DELETE)){
+ kxsSysMsgReadMapper.deleteById(id);
+ return;
+ }
for (String field : changeFieldList) {
switch (field) {