Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -620,6 +620,9 @@ public class ContractDistributorStandardServiceImpl extends | @@ -620,6 +620,9 @@ public class ContractDistributorStandardServiceImpl extends | ||
| 620 | .set(ContractDistributorStandard::getPriceSpecLocked, checkPriceSpecLocked) | 620 | .set(ContractDistributorStandard::getPriceSpecLocked, checkPriceSpecLocked) |
| 621 | .eq(ContractDistributorStandard::getId, vo.getId()); | 621 | .eq(ContractDistributorStandard::getId, vo.getId()); |
| 622 | getBaseMapper().update(changeLocked); | 622 | getBaseMapper().update(changeLocked); |
| 623 | + | ||
| 624 | + OpLogUtil.setVariable("id", vo.getId()); | ||
| 625 | + OpLogUtil.setExtra(vo); | ||
| 623 | } | 626 | } |
| 624 | 627 | ||
| 625 | @CacheEvict(value = ContractDistributorStandard.CACHE_NAME, key = "@cacheVariables.tenantId() + #key") | 628 | @CacheEvict(value = ContractDistributorStandard.CACHE_NAME, key = "@cacheVariables.tenantId() + #key") |