Commit 1f4d5398 authored by Iron黄小铁's avatar Iron黄小铁

Add new file

parent ea4356fa
## [生产环境版本发布申请]
* 变更类型: 前端代码发布
* GIT地址:http://gitlab.galaxy-immi.com/colnet/fp/SOP-OPT
* 域名:http://nsop.galaxy-immi.com/
* 变更文件:./dist.zip
* 操作步骤:
- 将打包好的代码包拷贝到服务器/www/nsop-opt/目录下
- 解压替换dist目录
---
* 变更类型:sql执行
* 执行脚本
```sql
alter TABLE `galaxy_sop`.micros_notice_pending add column `order_sn` VARCHAR(32) GENERATED ALWAYS AS (JSON_UNQUOTE(json_extract(`done_rule`,concat(_utf8mb4'$.info.order_sn')))) STORED COMMENT '合同编号' after `type`, add INDEX idx_order_sn(`order_sn`);
```
* 操作步骤:执行脚本新增字段
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment