Skip to content

Commit bccec3e

Browse files
author
geekideaio
committed
README.md
1 parent 396edd0 commit bccec3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,19 @@ public class Account implements Serializable {
169169
+--------------------------------+
170170
```
171171

172-
- update_record_log 某个请求的修改日志记录
172+
#### update_record_log 某个请求的修改日志记录
173173

174174
| id | commit\_id | user\_id | user\_name | name | ip | area | path | url | server\_name | module\_name | package\_name | class\_name | method\_name | request\_method | token | thread\_name | before\_all\_value | after\_all\_value | diff\_all\_value | update\_all\_desc | table\_total | column\_total | add\_model\_total | update\_model\_total | delete\_model\_total | remark | version | create\_time | update\_time |
175175
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
176176
| 98486541914996744 | 73bde3352ce14d0b8252ac303c2becc4 | 1 | admin | 支付 | 127.0.0.1 | 上海 | http://localhost:9000/account/pay | /account/pay | spring-boot-mybatis-sample | user | io.geekidea.updaterecord.samples.controller | AccountController | pay | GET | NULL | http-nio-9000-exec-6 | \[{"balance":"856.00","update\_time":"2019-12-02 20:48:39","version":154}\] | \[{"balance":"855.00","update\_time":"2019-12-02 20:49:04","version":154}\] | {"table-0-tb\_account-id-1":\[{"name":"balance","before":"856.00","after":"855.00","mode":2},{"name":"update\_time","before":"2019-12-02 20:48:39","after":"2019-12-02 20:49:04","mode":2}\]} | 余额 由 856.00 修改为 855.00<br/>update\_time 由 2019-12-02 20:48:39 修改为 2019-12-02 20:49:04 | 1 | 2 | 0 | 2 | 0 | update... | v1.0 | 2019-12-02 20:49:05 | NULL |
177177

178-
- update_record_table_log 请求对应的表修改记录
178+
#### update_record_table_log 请求对应的表修改记录
179179

180180
| id | commit\_id | server\_name | module\_name | method\_id | table\_name | table\_desc | entity\_name | id\_column\_name | id\_property\_name | id\_value | before\_value | after\_value | diff\_value | before\_version | after\_version | update\_desc | total | add\_mode\_count | update\_mode\_count | delete\_mode\_count | remark | version | create\_time | update\_time |
181181
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
182182
| 98486541914996745 | 73bde3352ce14d0b8252ac303c2becc4 | spring-boot-mybatis-sample | user | io.geekidea.updaterecord.samples.mapper.AccountMapper.updateById | tb\_account | 账户 | Account | id | id | 1 | {"balance":"856.00","update\_time":"2019-12-02 20:48:39","version":154} | {"balance":"855.00","update\_time":"2019-12-02 20:49:04","version":154} | \[{"name":"balance","before":"856.00","after":"855.00","mode":2},{"name":"update\_time","before":"2019-12-02 20:48:39","after":"2019-12-02 20:49:04","mode":2}\] | 154 | 155 | 余额 由 856.00 修改为 855.00<br/>update\_time 由 2019-12-02 20:48:39 修改为 2019-12-02 20:49:04 | 2 | 0 | 2 | 0 | NULL | v1.0 | 2019-12-02 20:49:05 | NULL |
183183

184-
- update_record_column_log 请求对应的表中的列修改记录
184+
#### update_record_column_log 请求对应的表中的列修改记录
185185

186186
| id | commit\_id | table\_name | id\_value | column\_name | column\_desc | before\_value | after\_value | mode | before\_version | after\_version | remark | version | create\_time | update\_time |
187187
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |

0 commit comments

Comments
 (0)