... | ... | @@ -83,7 +83,7 @@ CREATE TABLE `tb_judicial_sale_find_new_task` ( |
|
|
PRIMARY KEY (`id`),
|
|
|
UNIQUE KEY `idx_pub_id` (`pub_id`),
|
|
|
KEY `idx_update_time` (`update_time`)
|
|
|
) ENGINE=InnoDB AUTO_INCREMENT=153439 DEFAULT CHARSET=utf8 COMMENT='司法拍卖找新任务表';
|
|
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='司法拍卖找新任务表';
|
|
|
|
|
|
```
|
|
|
|
... | ... | @@ -159,6 +159,15 @@ CREATE TABLE `tb_judicial_sale_find_new_task` ( |
|
|
| 3262613 | 儋州市人民法院关于海南省海口市龙华路23号金都大厦16D2房(第一次拍卖)的公告 | 儋州市人民法院 | 2021-05-10 08:00:00 | 3463172 | rmfysszc | auction/c2/98/c2982ce9e1d544c740858c193015a225.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3463172.shtml | 0 | 2021-05-13 01:05:47 | 2021-05-13 01:05:47 |
|
|
|
| 3262614 | 儋州市人民法院关于海南省琼海市嘉积镇山叶排岭洋段(南方花园)21-1-502房(第二次拍卖)的公告 | 儋州市人民法院 | 2021-05-11 08:00:00 | 3468139 | rmfysszc | auction/5c/fb/5cfbf2e061d4e1165444ebc94fbff941.html | null | null | https://www.rmfysszc.gov.cn/statichtml/rm_xmdetail/3468139.shtml | 0 | 2021-05-13 01:05:47 | 2021-05-13 01:05:47 |
|
|
|
|
|
|
任务表样例:
|
|
|
|
|
|
| id | task_result | pub_id | failures_number| create_time | update_time |
|
|
|
| ------ | ------ | ------ | ------ | ------ | ------ |
|
|
|
|152481|1101|4652480|2|2022-04-20 00:20:01|2022-04-20 07:20:02|
|
|
|
|151494|1101|4651493|2|2022-04-20 00:20:01|2022-04-20 07:20:02|
|
|
|
|143375|1000|4643374|16|2022-04-16 00:20:01|2022-04-20 01:21:09|
|
|
|
|143376|1000|4643375|16|2022-04-16 00:20:01|2022-04-20 01:21:09|
|
|
|
|
|
|
# 使用说明
|
|
|
|
|
|
* 司法拍卖正文在表中以相对路径的形式存储,而正文内容需要通过连接访问。样例:https://bid.shuidi.cn/open/auction/6d/2a/6d2aef20a3c5b7cb4b229714f8345cf3.html; 格式:"https://bid.shuidi.cn/open/{content}"
|
... | ... | |