dev
youhong.ai 2023-07-06 11:11:18 +08:00
parent 4a31a9cb92
commit 57b7af347a
1 changed files with 1 additions and 2 deletions

View File

@ -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();
}