update(REQ-2516) - 修复 cachePut 使用问题
This commit is contained in:
parent
3843ad8584
commit
aa9cd63791
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user