修改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!");
|
throw new CustomerException("can not find RecordSetTrans instance! please Contact the developer of RecordsetUtil.java!");
|
||||||
}
|
}
|
||||||
rsThreadLocalMap.setExpireTime(getExpireTime());
|
rsThreadLocalMap.setExpireTime(getExpireTime());
|
||||||
RecordSetTrans recordSetTrans = rsThreadLocalMap.getRecordSetTrans();
|
return rsThreadLocalMap.getRecordSetTrans();
|
||||||
return recordSetTrans;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue