Commit 3c81f87a94b6e1f3ea0352588b981384d54a5b00

Authored by 张楣扬
1 parent 9d120567

fix(config): 更新商城和大润发中瑞生产字段配置

- 修改 configMapValue 从 110 到 101 的映射关系
- 更新 businessType 固定值从 scfyys-01 到 scfyys-02
- 修改 configMapValue 从 BM000101 到 BM000042 的映射关系
- 修改 configMapValue 从 BM000042 到 BM000101 的映射关系
- 为大润发配置添加线上线下渠道说明
- 更新配置值添加 -3 和 -1 后缀以区分不同业务场景
- 新增多个配置项包括 default、S 类型和 B 类型的配置
- 调整配置顺序和数值映射关系以匹配业务需求
doc/商城中瑞生产字段配置.md
... ... @@ -350,7 +350,7 @@ PLAT_WITHDRAW(11, "平台提现");
350 350 },
351 351 {
352 352 "configValue": "20-B-340602",
353   - "configMapValue": "110"
  353 + "configMapValue": "101"
354 354 },
355 355 {
356 356 "configValue": "20-B-340621",
... ... @@ -499,7 +499,7 @@ PLAT_WITHDRAW(11, "平台提现");
499 499 },
500 500 {
501 501 "configValue": "20-B-340602",
502   - "configMapValue": "110"
  502 + "configMapValue": "101"
503 503 },
504 504 {
505 505 "configValue": "20-B-340621",
... ... @@ -577,7 +577,7 @@ PLAT_WITHDRAW(11, "平台提现");
577 577 "documentType": "AR_receivable",
578 578 "configKey": "businessType",
579 579 "settingFieldType": 0,
580   - "fixedValue": "scfyys-001"
  580 + "fixedValue": "scfyys-002"
581 581 }
582 582 ```
583 583  
... ... @@ -660,7 +660,7 @@ PLAT_WITHDRAW(11, "平台提现");
660 660 },
661 661 {
662 662 "configValue": "20-B-340602",
663   - "configMapValue": "101"
  663 + "configMapValue": "110"
664 664 },
665 665 {
666 666 "configValue": "20-B-340621",
... ... @@ -797,7 +797,7 @@ PLAT_WITHDRAW(11, "平台提现");
797 797 },
798 798 {
799 799 "configValue": "20-340602",
800   - "configMapValue": "BM000101"
  800 + "configMapValue": "BM000042"
801 801 },
802 802 {
803 803 "configValue": "20-340621",
... ... @@ -878,7 +878,7 @@ PLAT_WITHDRAW(11, "平台提现");
878 878 },
879 879 {
880 880 "configValue": "20-340602",
881   - "configMapValue": "BM000101"
  881 + "configMapValue": "BM000042"
882 882 },
883 883 {
884 884 "configValue": "20-340621",
... ... @@ -1452,7 +1452,7 @@ PLAT_WITHDRAW(11, "平台提现");
1452 1452 },
1453 1453 {
1454 1454 "configValue": "20-B-340602",
1455   - "configMapValue": "BM000042"
  1455 + "configMapValue": "BM000101"
1456 1456 },
1457 1457 {
1458 1458 "configValue": "20-B-340621",
... ...
doc/大润发中瑞生产字段配置.md
... ... @@ -5,6 +5,13 @@ IN_AMOUNT(1, "订单金额(入)"),
5 5 OUT_AMOUNT(2, "订单金额(出)");
6 6 ```
7 7  
  8 +# 线上线下渠道
  9 +
  10 +```
  11 +OFFLINE_SCAN(1, "线下扫码购"),
  12 +MINI_PROGRAM(3, "小程序");
  13 +```
  14 +
8 15 ## 应收单
9 16  
10 17 ### 订单金额(入)(CI061)
... ... @@ -72,31 +79,59 @@ OUT_AMOUNT(2, "订单金额(出)");
72 79 "settingFieldType": 1,
73 80 "dynamicValues": [
74 81 {
75   - "configValue": "10-B",
  82 + "configValue": "10-B-3",
76 83 "configMapValue": "101"
77 84 },
78 85 {
79   - "configValue": "19-B",
  86 + "configValue": "19-B-3",
80 87 "configMapValue": "101"
81 88 },
82 89 {
83   - "configValue": "19-B-340602",
  90 + "configValue": "19-B-340602-3",
84 91 "configMapValue": "110"
85 92 },
86 93 {
87   - "configValue": "19-B-340621",
  94 + "configValue": "19-B-340621-3",
  95 + "configMapValue": "101"
  96 + },
  97 + {
  98 + "configValue": "19-B-default-3",
  99 + "configMapValue": "101"
  100 + },
  101 + {
  102 + "configValue": "10-S-3",
  103 + "configMapValue": "101"
  104 + },
  105 + {
  106 + "configValue": "19-S-3",
  107 + "configMapValue": "101"
  108 + },
  109 + {
  110 + "configValue": "10-B-1",
  111 + "configMapValue": "101"
  112 + },
  113 + {
  114 + "configValue": "19-B-1",
88 115 "configMapValue": "101"
89 116 },
90 117 {
91   - "configValue": "19-B-default",
  118 + "configValue": "19-B-340602-1",
92 119 "configMapValue": "101"
93 120 },
94 121 {
95   - "configValue": "10-S",
  122 + "configValue": "19-B-340621-1",
96 123 "configMapValue": "101"
97 124 },
98 125 {
99   - "configValue": "19-S",
  126 + "configValue": "19-B-default-1",
  127 + "configMapValue": "101"
  128 + },
  129 + {
  130 + "configValue": "10-S-1",
  131 + "configMapValue": "101"
  132 + },
  133 + {
  134 + "configValue": "19-S-1",
100 135 "configMapValue": "101"
101 136 }
102 137 ]
... ... @@ -125,31 +160,59 @@ OUT_AMOUNT(2, "订单金额(出)");
125 160 "settingFieldType": 1,
126 161 "dynamicValues": [
127 162 {
128   - "configValue": "10-B",
  163 + "configValue": "10-B-3",
129 164 "configMapValue": "101"
130 165 },
131 166 {
132   - "configValue": "19-B",
  167 + "configValue": "19-B-3",
133 168 "configMapValue": "101"
134 169 },
135 170 {
136   - "configValue": "19-B-340602",
  171 + "configValue": "19-B-340602-3",
137 172 "configMapValue": "110"
138 173 },
139 174 {
140   - "configValue": "19-B-340621",
  175 + "configValue": "19-B-340621-3",
  176 + "configMapValue": "101"
  177 + },
  178 + {
  179 + "configValue": "19-B-default-3",
  180 + "configMapValue": "101"
  181 + },
  182 + {
  183 + "configValue": "10-S-3",
  184 + "configMapValue": "101"
  185 + },
  186 + {
  187 + "configValue": "19-S-3",
  188 + "configMapValue": "101"
  189 + },
  190 + {
  191 + "configValue": "10-B-1",
  192 + "configMapValue": "101"
  193 + },
  194 + {
  195 + "configValue": "19-B-1",
  196 + "configMapValue": "101"
  197 + },
  198 + {
  199 + "configValue": "19-B-340602-1",
  200 + "configMapValue": "101"
  201 + },
  202 + {
  203 + "configValue": "19-B-340621-1",
141 204 "configMapValue": "101"
142 205 },
143 206 {
144   - "configValue": "19-B-default",
  207 + "configValue": "19-B-default-1",
145 208 "configMapValue": "101"
146 209 },
147 210 {
148   - "configValue": "10-S",
  211 + "configValue": "10-S-1",
149 212 "configMapValue": "101"
150 213 },
151 214 {
152   - "configValue": "19-S",
  215 + "configValue": "19-S-1",
153 216 "configMapValue": "101"
154 217 }
155 218 ]
... ... @@ -164,7 +227,7 @@ OUT_AMOUNT(2, "订单金额(出)");
164 227 "documentType": "AR_receivable",
165 228 "configKey": "businessType",
166 229 "settingFieldType": 0,
167   - "fixedValue": "scfyys-001"
  230 + "fixedValue": "scfyys-002"
168 231 }
169 232 ```
170 233  
... ... @@ -190,31 +253,59 @@ OUT_AMOUNT(2, "订单金额(出)");
190 253 "settingFieldType": 1,
191 254 "dynamicValues": [
192 255 {
193   - "configValue": "10-B",
  256 + "configValue": "10-B-3",
  257 + "configMapValue": "101"
  258 + },
  259 + {
  260 + "configValue": "19-B-3",
  261 + "configMapValue": "101"
  262 + },
  263 + {
  264 + "configValue": "19-B-340602-3",
  265 + "configMapValue": "101"
  266 + },
  267 + {
  268 + "configValue": "19-B-340621-3",
  269 + "configMapValue": "101"
  270 + },
  271 + {
  272 + "configValue": "19-B-default-3",
  273 + "configMapValue": "101"
  274 + },
  275 + {
  276 + "configValue": "10-S-3",
  277 + "configMapValue": "101"
  278 + },
  279 + {
  280 + "configValue": "19-S-3",
194 281 "configMapValue": "101"
195 282 },
196 283 {
197   - "configValue": "19-B",
  284 + "configValue": "10-B-1",
198 285 "configMapValue": "101"
199 286 },
200 287 {
201   - "configValue": "19-B-340602",
  288 + "configValue": "19-B-1",
202 289 "configMapValue": "101"
203 290 },
204 291 {
205   - "configValue": "19-B-340621",
  292 + "configValue": "19-B-340602-1",
  293 + "configMapValue": "110"
  294 + },
  295 + {
  296 + "configValue": "19-B-340621-1",
206 297 "configMapValue": "101"
207 298 },
208 299 {
209   - "configValue": "19-B-default",
  300 + "configValue": "19-B-default-1",
210 301 "configMapValue": "101"
211 302 },
212 303 {
213   - "configValue": "10-S",
  304 + "configValue": "10-S-1",
214 305 "configMapValue": "101"
215 306 },
216 307 {
217   - "configValue": "19-S",
  308 + "configValue": "19-S-1",
218 309 "configMapValue": "101"
219 310 }
220 311 ]
... ... @@ -231,23 +322,43 @@ OUT_AMOUNT(2, "订单金额(出)");
231 322 "settingFieldType": 1,
232 323 "dynamicValues": [
233 324 {
234   - "configValue": "10",
  325 + "configValue": "10-3",
235 326 "configMapValue": "BM000099"
236 327 },
237 328 {
238   - "configValue": "19",
  329 + "configValue": "19-3",
239 330 "configMapValue": "BM000042"
240 331 },
241 332 {
242   - "configValue": "19-340602",
  333 + "configValue": "19-340602-3",
243 334 "configMapValue": "BM000101"
244 335 },
245 336 {
246   - "configValue": "19-340621",
  337 + "configValue": "19-340621-3",
  338 + "configMapValue": "BM000042"
  339 + },
  340 + {
  341 + "configValue": "19-default-3",
  342 + "configMapValue": "BM000042"
  343 + },
  344 + {
  345 + "configValue": "10-1",
  346 + "configMapValue": "BM000099"
  347 + },
  348 + {
  349 + "configValue": "19-1",
  350 + "configMapValue": "BM000042"
  351 + },
  352 + {
  353 + "configValue": "19-340602-1",
  354 + "configMapValue": "BM000042"
  355 + },
  356 + {
  357 + "configValue": "19-340621-1",
247 358 "configMapValue": "BM000042"
248 359 },
249 360 {
250   - "configValue": "19-default",
  361 + "configValue": "19-default-1",
251 362 "configMapValue": "BM000042"
252 363 }
253 364 ]
... ... @@ -264,23 +375,43 @@ OUT_AMOUNT(2, "订单金额(出)");
264 375 "settingFieldType": 1,
265 376 "dynamicValues": [
266 377 {
267   - "configValue": "10",
  378 + "configValue": "10-3",
268 379 "configMapValue": "BM000099"
269 380 },
270 381 {
271   - "configValue": "19",
  382 + "configValue": "19-3",
272 383 "configMapValue": "BM000042"
273 384 },
274 385 {
275   - "configValue": "19-340602",
  386 + "configValue": "19-340602-3",
276 387 "configMapValue": "BM000101"
277 388 },
278 389 {
279   - "configValue": "19-340621",
  390 + "configValue": "19-340621-3",
  391 + "configMapValue": "BM000042"
  392 + },
  393 + {
  394 + "configValue": "19-default-3",
  395 + "configMapValue": "BM000042"
  396 + },
  397 + {
  398 + "configValue": "10-1",
  399 + "configMapValue": "BM000099"
  400 + },
  401 + {
  402 + "configValue": "19-1",
  403 + "configMapValue": "BM000042"
  404 + },
  405 + {
  406 + "configValue": "19-340602-1",
280 407 "configMapValue": "BM000042"
281 408 },
282 409 {
283   - "configValue": "19-default",
  410 + "configValue": "19-340621-1",
  411 + "configMapValue": "BM000042"
  412 + },
  413 + {
  414 + "configValue": "19-default-1",
284 415 "configMapValue": "BM000042"
285 416 }
286 417 ]
... ... @@ -338,31 +469,59 @@ OUT_AMOUNT(2, "订单金额(出)");
338 469 "settingFieldType": 1,
339 470 "dynamicValues": [
340 471 {
341   - "configValue": "10-B",
  472 + "configValue": "10-B-3",
342 473 "configMapValue": "BM000099"
343 474 },
344 475 {
345   - "configValue": "19-B",
  476 + "configValue": "19-B-3",
  477 + "configMapValue": "BM000042"
  478 + },
  479 + {
  480 + "configValue": "19-B-340602-3",
  481 + "configMapValue": "BM000042"
  482 + },
  483 + {
  484 + "configValue": "19-B-340621-3",
346 485 "configMapValue": "BM000042"
347 486 },
348 487 {
349   - "configValue": "19-B-340602",
  488 + "configValue": "19-B-default-3",
350 489 "configMapValue": "BM000042"
351 490 },
352 491 {
353   - "configValue": "19-B-340621",
  492 + "configValue": "10-S-3",
  493 + "configMapValue": "BM000099"
  494 + },
  495 + {
  496 + "configValue": "19-S-3",
  497 + "configMapValue": "BM000099"
  498 + },
  499 + {
  500 + "configValue": "10-B-1",
  501 + "configMapValue": "BM000099"
  502 + },
  503 + {
  504 + "configValue": "19-B-1",
  505 + "configMapValue": "BM000042"
  506 + },
  507 + {
  508 + "configValue": "19-B-340602-1",
  509 + "configMapValue": "BM000101"
  510 + },
  511 + {
  512 + "configValue": "19-B-340621-1",
354 513 "configMapValue": "BM000042"
355 514 },
356 515 {
357   - "configValue": "19-B-default",
  516 + "configValue": "19-B-default-1",
358 517 "configMapValue": "BM000042"
359 518 },
360 519 {
361   - "configValue": "10-S",
  520 + "configValue": "10-S-1",
362 521 "configMapValue": "BM000099"
363 522 },
364 523 {
365   - "configValue": "19-S",
  524 + "configValue": "19-S-1",
366 525 "configMapValue": "BM000099"
367 526 }
368 527 ]
... ...