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