Commit f8ecaa85 by gechengyang

DBLckBizLocker的unlock函数,增加单独事务处理

parent 4cb0ade4
......@@ -133,6 +133,7 @@ public class DBLckBizLocker extends AbstractBizLocker {
@Override
@Transactional(propagation = Propagation.REQUIRES_NEW,rollbackFor = Exception.class)
public boolean unlock(LockInfo lockInfo) {
if(!getSwitchFlag()){
logger.info("锁定函数暂时关闭");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment