Skip to content

Commit c288ffd

Browse files
committed
javadoc
1 parent c0b38cf commit c288ffd

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

tx-logger/src/main/java/com/codingapi/txlcn/logger/helper/TxLcnLogDbHelper.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public interface TxLcnLogDbHelper {
131131
* 按字段删除日志
132132
*
133133
* @param fields 按给定字段筛选并删除记录
134+
* @throws TxLoggerException TxLoggerException
134135
*/
135136
void deleteByFields(List<Field> fields) throws TxLoggerException;
136137

@@ -140,6 +141,7 @@ public interface TxLcnLogDbHelper {
140141
* @param page page
141142
* @param limit limit
142143
* @param list list
144+
* @param timeOrder timeOrder
143145
* @return logs
144146
* @throws TxLoggerException TxLoggerException
145147
*/

tx-manager/src/main/java/com/codingapi/txlcn/manager/support/restapi/AdminController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public JSONObject transactionInfo(
112112
* @param rTime rtime
113113
* @param timeOrder timeOrder
114114
* @return TxLogList
115+
* @throws TxManagerException TxManagerException
115116
*/
116117
@GetMapping({"/logs/{page}", "/logs/{page}/{limit}", "/logs"})
117118
public TxLogList txLogList(

tx-manager/src/main/java/com/codingapi/txlcn/manager/support/service/AdminService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public interface AdminService {
4949
* @param rTime stopTime
5050
* @param timeOrder 时间排序1 顺序 2 逆序
5151
* @return TxLogList
52+
* @throws TxManagerException TxManagerException
5253
*/
5354
TxLogList txLogList(Integer page, Integer limit, String groupId, String tag, String lTime, String rTime, Integer timeOrder) throws TxManagerException;
5455

0 commit comments

Comments
 (0)