Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -165,6 +165,7 @@ public class SalesmanQuotationPeerServiceImpl | @@ -165,6 +165,7 @@ public class SalesmanQuotationPeerServiceImpl | ||
| 165 | @Override | 165 | @Override |
| 166 | public void delete(String id) { | 166 | public void delete(String id) { |
| 167 | getBaseMapper().deleteById(id); | 167 | getBaseMapper().deleteById(id); |
| 168 | + publishChangedEvent(id, "DELETE"); | ||
| 168 | 169 | ||
| 169 | OpLogUtil.setVariable("id", id); | 170 | OpLogUtil.setVariable("id", id); |
| 170 | OpLogUtil.setExtra(id); | 171 | OpLogUtil.setExtra(id); |