update(REQ-2516) - 修复 cachePut 使用问题

This commit is contained in:
wangli 2024-06-18 18:32:07 +08:00
parent 3843ad8584
commit aa9cd63791

View File

@ -33,7 +33,7 @@ public class ExtAxPropertyServiceImpl implements ExtAxPropertyService {
return property; return property;
} }
@CachePut(value = "property", key = "property.name") @CachePut(value = "property", key = "#property.name")
@Override @Override
public ExtAxProperty update(ExtAxProperty property) { public ExtAxProperty update(ExtAxProperty property) {
mapper.updateById(property); mapper.updateById(property);