Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S
shuidi-product-change
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • 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
  • 互联网应用开发
  • shuidi-product-change
  • Issues
  • #328

Closed
Open
Created Sep 05, 2019 by 王常春@wangchangchunDeveloper

360个人名片提单

数据库

wiki #描述 360提单提供的订单id为int类型

SQL

ALTER TABLE tb_wiki_personal_card_order 
ADD `order_id_360` INT(11) unsigned NOT NULL DEFAULT 0 COMMENT '360个人名片提单ID' AFTER `status`,
ADD `source` TINYINT(4) unsigned NOT NULL DEFAULT 1 COMMENT '来源,1为后台添加,2为360提单新增' AFTER `order_id_360`;

#数据库 ucs

SQL

ALTER TABLE `tb_admin_for_wiki` 
ADD `pc_order_id` INT(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '个人名片360订单ID' AFTER  `audit_first_audit_msg`,
ADD `package_num` TINYINT(11) UNSIGNED NOT NULL DEFAULT 0 COMMENT '个人名片包数量' AFTER  `pc_order_id`;
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking