Commit 5407d0de by zhoujunpeng

Merge branch 'develop' of http://192.168.0.110:11080/isc-v3.1/isc-common into develop

parents f619c3e3 f8ecaa85
...@@ -133,6 +133,7 @@ public class DBLckBizLocker extends AbstractBizLocker { ...@@ -133,6 +133,7 @@ public class DBLckBizLocker extends AbstractBizLocker {
@Override @Override
@Transactional(propagation = Propagation.REQUIRES_NEW,rollbackFor = Exception.class)
public boolean unlock(LockInfo lockInfo) { public boolean unlock(LockInfo lockInfo) {
if(!getSwitchFlag()){ if(!getSwitchFlag()){
logger.info("锁定函数暂时关闭"); 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