Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Lake
  • risk_tb_judicial_sale

risk_tb_judicial_sale · Changes

Page history
update:中间表和任务表 authored Apr 20, 2022 by 刘治强's avatar 刘治强
Hide whitespace changes
Inline Side-by-side
Showing with 10 additions and 1 deletion
+10 -1
  • lake/risk_tb_judicial_sale.md lake/risk_tb_judicial_sale.md +10 -1
  • No files found.
lake/risk_tb_judicial_sale.md
View page @ 6a5afc0b
......@@ -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}"
......
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages