|
@@ -10,21 +10,24 @@
|
|
|
##特殊操作
|
|
|
如果没有特殊说明,则在第默认操作的第3步前,执行相关脚本,如果有特殊要求,需特别说明
|
|
|
|
|
|
-### V3.9
|
|
|
-2022-1024 ~ ...(uat) ~ ... prod
|
|
|
+### V3.5.28.0227
|
|
|
+2022-1024 ~ 2023-02-07(uat) ~ ... prod
|
|
|
3.1 pay:
|
|
|
- 重算所有合同支付项order
|
|
|
-### uat
|
|
|
+#### uat
|
|
|
```bash
|
|
|
$ node pay_order uat
|
|
|
```
|
|
|
-### prod
|
|
|
+#### prod
|
|
|
```bash
|
|
|
$ node pay_order default
|
|
|
```
|
|
|
|
|
|
-### V3.6
|
|
|
-2022-08-03 ~ ...(uat) ~ ...(prod)
|
|
|
+### V3.5.26.1024
|
|
|
+2022-10-10 ~ 2022-10-24(uat) ~ 2022-10-24(prod)
|
|
|
+
|
|
|
+### V3.5.25.1010
|
|
|
+2022-08-03 ~ 2022-08-04(uat) ~ 2022-10-10(prod)
|
|
|
3.1 change:
|
|
|
- 变更令正负变更金额,positive_tp, negative_tp
|
|
|
- 期计量,计量单元,正负变更数量,positive_qc_qty, negative_qc_qty
|
|
@@ -34,28 +37,27 @@ $ node pay_order default
|
|
|
- 期计量,本期补差,无旧数据,不需兼容:positive_qc_pc_tp, negative_qc_pc_tp
|
|
|
- 期计量,本期正负变更金额,截止本期正负变更金额,positive_qc_tp, negative_qc_tp, pre_positive_qc_tp, pre_negative_pc_tp(补差无旧数据不兼容:positive_qc_pc_tp, negative_qc_pc_tp)
|
|
|
|
|
|
-### uat
|
|
|
+#### uat
|
|
|
```bash
|
|
|
$ node change uat
|
|
|
```
|
|
|
-### prod
|
|
|
+#### prod
|
|
|
```bash
|
|
|
$ node change default
|
|
|
```
|
|
|
|
|
|
-
|
|
|
### V3.5.24.0822
|
|
|
-2022-05-31 ~ 2022-08-02(uat) ~ 2022-08-03(prod)
|
|
|
+2022-05-31 ~ 2022-08-02(uat) ~ 2022-08-04(prod)
|
|
|
3.1. ledger_his_count: 更新ledger_history表中新增的bills_count和pos_count两个字段数据
|
|
|
3.2. minus_no_value: 更新project.fun_rela.minusNoValue=false和tender_info.fun_rela.stage_change.minusNoValue=false
|
|
|
|
|
|
-### uat
|
|
|
+#### uat
|
|
|
```bash
|
|
|
$ node ledger_his_count uat
|
|
|
$ node minus_no_value uat
|
|
|
```
|
|
|
|
|
|
-### prod
|
|
|
+#### prod
|
|
|
```bash
|
|
|
$ node ledger_his_count default
|
|
|
$ node minus_no_value default
|