... | @@ -99,6 +99,8 @@ CREATE TABLE `risk_court_filed_case_litigant` ( |
... | @@ -99,6 +99,8 @@ CREATE TABLE `risk_court_filed_case_litigant` ( |
|
|
|
|
|
|
|
|
|
# 样例
|
|
# 样例
|
|
|
|
## risk_court_filed_case
|
|
|
|
|
|
| id | case\_code | n\_case\_code | case\_cause | trial\_procedure | case\_status | n\_case\_status | filed\_date | closed\_date | hearing\_date | court | department | judge | assistant | litigant | use\_flag | create\_time | update\_time |
|
|
| id | case\_code | n\_case\_code | case\_cause | trial\_procedure | case\_status | n\_case\_status | filed\_date | closed\_date | hearing\_date | court | department | judge | assistant | litigant | use\_flag | create\_time | update\_time |
|
|
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|
|
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|
|
| 1 | (2022)赣0113执2079号 | 2022赣0113执2079号 | 银行卡纠纷 | 执行实施 | 审理中 | 审理 | 2022-04-15 | NULL | NULL | 南昌市红谷滩区人民法院 | NULL | 章辉 | NULL | \[{"liti\_role":"defendant","liti\_name":"黄保红"},{"liti\_role":"plaintiff","liti\_name":"中国银行股份有限公司南昌市东湖支行","liti\_id":"2574adc1f9ac58f5514d81970e22ebc3","liti\_type":3}\] | 0 | 2022-04-24 12:52:33 | 2022-04-24 12:52:33 |
|
|
| 1 | (2022)赣0113执2079号 | 2022赣0113执2079号 | 银行卡纠纷 | 执行实施 | 审理中 | 审理 | 2022-04-15 | NULL | NULL | 南昌市红谷滩区人民法院 | NULL | 章辉 | NULL | \[{"liti\_role":"defendant","liti\_name":"黄保红"},{"liti\_role":"plaintiff","liti\_name":"中国银行股份有限公司南昌市东湖支行","liti\_id":"2574adc1f9ac58f5514d81970e22ebc3","liti\_type":3}\] | 0 | 2022-04-24 12:52:33 | 2022-04-24 12:52:33 |
|
... | @@ -113,7 +115,7 @@ CREATE TABLE `risk_court_filed_case_litigant` ( |
... | @@ -113,7 +115,7 @@ CREATE TABLE `risk_court_filed_case_litigant` ( |
|
| 10 | (2022)赣0603执保126号 | 2022赣0603执保126号 | 合同、无因管理、不当得利纠纷 | 执行实施 | 审理中 | 审理 | 2022-04-15 | NULL | NULL | 鹰潭市余江区人民法院 | NULL | 王德胜 | NULL | \[{"liti\_role":"defendant","liti\_name":"陈建"},{"liti\_role":"defendant","liti\_name":"陈乃义"},{"liti\_role":"plaintiff","liti\_name":"邹小平"}\] | 0 | 2022-04-24 12:52:34 | 2022-04-24 12:52:34 |
|
|
| 10 | (2022)赣0603执保126号 | 2022赣0603执保126号 | 合同、无因管理、不当得利纠纷 | 执行实施 | 审理中 | 审理 | 2022-04-15 | NULL | NULL | 鹰潭市余江区人民法院 | NULL | 王德胜 | NULL | \[{"liti\_role":"defendant","liti\_name":"陈建"},{"liti\_role":"defendant","liti\_name":"陈乃义"},{"liti\_role":"plaintiff","liti\_name":"邹小平"}\] | 0 | 2022-04-24 12:52:34 | 2022-04-24 12:52:34 |
|
|
|
|
|
|
|
|
|
|
risk_court_filed_case_litigant
|
|
## risk_court_filed_case_litigant
|
|
|
|
|
|
| id | n\_case\_code | liti\_name | liti\_role | company\_major\_type | company\_name\_digest | company\_id | use\_flag | create\_time | update\_time |
|
|
| id | n\_case\_code | liti\_name | liti\_role | company\_major\_type | company\_name\_digest | company\_id | use\_flag | create\_time | update\_time |
|
|
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|
|
| :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
|
... | @@ -125,6 +127,4 @@ risk_court_filed_case_litigant |
... | @@ -125,6 +127,4 @@ risk_court_filed_case_litigant |
|
|
|
|
|
# 说明
|
|
# 说明
|
|
|
|
|
|
* 通过名称或company_name_digest查询当事人表,获取到n_case_code,通过n_case_code查询主表的详细信息
|
|
* 通过名称或company_name_digest查询当事人表,获取到n_case_code,通过n_case_code查询主表的详细信息 |
|
|
|
\ No newline at end of file |
|
|
|
|