修改rs
parent
4a31a9cb92
commit
57b7af347a
|
@ -179,8 +179,7 @@ public class RsThreadLocalManager {
|
|||
throw new CustomerException("can not find RecordSetTrans instance! please Contact the developer of RecordsetUtil.java!");
|
||||
}
|
||||
rsThreadLocalMap.setExpireTime(getExpireTime());
|
||||
RecordSetTrans recordSetTrans = rsThreadLocalMap.getRecordSetTrans();
|
||||
return recordSetTrans;
|
||||
return rsThreadLocalMap.getRecordSetTrans();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue