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