Showing
1 changed file
with
5 additions
and
0 deletions
| @@ -366,8 +366,11 @@ public class ContractDistributorStandardServiceImpl extends | @@ -366,8 +366,11 @@ public class ContractDistributorStandardServiceImpl extends | ||
| 366 | vo.setFormalApproved(formalApproved); | 366 | vo.setFormalApproved(formalApproved); |
| 367 | vo.setFormalTime(LocalDateTime.now()); | 367 | vo.setFormalTime(LocalDateTime.now()); |
| 368 | vo.setFormalApproved(SecurityUtil.getCurrentUser().getId()); | 368 | vo.setFormalApproved(SecurityUtil.getCurrentUser().getId()); |
| 369 | + | ||
| 369 | OpLogUtil.setVariable("id", id); | 370 | OpLogUtil.setVariable("id", id); |
| 370 | OpLogUtil.setExtra(vo); | 371 | OpLogUtil.setExtra(vo); |
| 372 | + | ||
| 373 | + cleanCacheByKey(id); | ||
| 371 | } | 374 | } |
| 372 | 375 | ||
| 373 | @Override | 376 | @Override |
| @@ -394,6 +397,8 @@ public class ContractDistributorStandardServiceImpl extends | @@ -394,6 +397,8 @@ public class ContractDistributorStandardServiceImpl extends | ||
| 394 | 397 | ||
| 395 | OpLogUtil.setVariable("id", id); | 398 | OpLogUtil.setVariable("id", id); |
| 396 | OpLogUtil.setExtra(vo); | 399 | OpLogUtil.setExtra(vo); |
| 400 | + | ||
| 401 | + cleanCacheByKey(id); | ||
| 397 | } | 402 | } |
| 398 | 403 | ||
| 399 | @Override | 404 | @Override |