Commit 3c81f87a94b6e1f3ea0352588b981384d54a5b00
1 parent
9d120567
fix(config): 更新商城和大润发中瑞生产字段配置
- 修改 configMapValue 从 110 到 101 的映射关系 - 更新 businessType 固定值从 scfyys-01 到 scfyys-02 - 修改 configMapValue 从 BM000101 到 BM000042 的映射关系 - 修改 configMapValue 从 BM000042 到 BM000101 的映射关系 - 为大润发配置添加线上线下渠道说明 - 更新配置值添加 -3 和 -1 后缀以区分不同业务场景 - 新增多个配置项包括 default、S 类型和 B 类型的配置 - 调整配置顺序和数值映射关系以匹配业务需求
Showing
2 changed files
with
205 additions
and
46 deletions
doc/商城中瑞生产字段配置.md
| @@ -350,7 +350,7 @@ PLAT_WITHDRAW(11, "平台提现"); | @@ -350,7 +350,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 350 | }, | 350 | }, |
| 351 | { | 351 | { |
| 352 | "configValue": "20-B-340602", | 352 | "configValue": "20-B-340602", |
| 353 | - "configMapValue": "110" | 353 | + "configMapValue": "101" |
| 354 | }, | 354 | }, |
| 355 | { | 355 | { |
| 356 | "configValue": "20-B-340621", | 356 | "configValue": "20-B-340621", |
| @@ -499,7 +499,7 @@ PLAT_WITHDRAW(11, "平台提现"); | @@ -499,7 +499,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 499 | }, | 499 | }, |
| 500 | { | 500 | { |
| 501 | "configValue": "20-B-340602", | 501 | "configValue": "20-B-340602", |
| 502 | - "configMapValue": "110" | 502 | + "configMapValue": "101" |
| 503 | }, | 503 | }, |
| 504 | { | 504 | { |
| 505 | "configValue": "20-B-340621", | 505 | "configValue": "20-B-340621", |
| @@ -577,7 +577,7 @@ PLAT_WITHDRAW(11, "平台提现"); | @@ -577,7 +577,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 577 | "documentType": "AR_receivable", | 577 | "documentType": "AR_receivable", |
| 578 | "configKey": "businessType", | 578 | "configKey": "businessType", |
| 579 | "settingFieldType": 0, | 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,7 +660,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 660 | }, | 660 | }, |
| 661 | { | 661 | { |
| 662 | "configValue": "20-B-340602", | 662 | "configValue": "20-B-340602", |
| 663 | - "configMapValue": "101" | 663 | + "configMapValue": "110" |
| 664 | }, | 664 | }, |
| 665 | { | 665 | { |
| 666 | "configValue": "20-B-340621", | 666 | "configValue": "20-B-340621", |
| @@ -797,7 +797,7 @@ PLAT_WITHDRAW(11, "平台提现"); | @@ -797,7 +797,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 797 | }, | 797 | }, |
| 798 | { | 798 | { |
| 799 | "configValue": "20-340602", | 799 | "configValue": "20-340602", |
| 800 | - "configMapValue": "BM000101" | 800 | + "configMapValue": "BM000042" |
| 801 | }, | 801 | }, |
| 802 | { | 802 | { |
| 803 | "configValue": "20-340621", | 803 | "configValue": "20-340621", |
| @@ -878,7 +878,7 @@ PLAT_WITHDRAW(11, "平台提现"); | @@ -878,7 +878,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 878 | }, | 878 | }, |
| 879 | { | 879 | { |
| 880 | "configValue": "20-340602", | 880 | "configValue": "20-340602", |
| 881 | - "configMapValue": "BM000101" | 881 | + "configMapValue": "BM000042" |
| 882 | }, | 882 | }, |
| 883 | { | 883 | { |
| 884 | "configValue": "20-340621", | 884 | "configValue": "20-340621", |
| @@ -1452,7 +1452,7 @@ PLAT_WITHDRAW(11, "平台提现"); | @@ -1452,7 +1452,7 @@ PLAT_WITHDRAW(11, "平台提现"); | ||
| 1452 | }, | 1452 | }, |
| 1453 | { | 1453 | { |
| 1454 | "configValue": "20-B-340602", | 1454 | "configValue": "20-B-340602", |
| 1455 | - "configMapValue": "BM000042" | 1455 | + "configMapValue": "BM000101" |
| 1456 | }, | 1456 | }, |
| 1457 | { | 1457 | { |
| 1458 | "configValue": "20-B-340621", | 1458 | "configValue": "20-B-340621", |
doc/大润发中瑞生产字段配置.md
| @@ -5,6 +5,13 @@ IN_AMOUNT(1, "订单金额(入)"), | @@ -5,6 +5,13 @@ IN_AMOUNT(1, "订单金额(入)"), | ||
| 5 | OUT_AMOUNT(2, "订单金额(出)"); | 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 | ### 订单金额(入)(CI061) | 17 | ### 订单金额(入)(CI061) |
| @@ -72,31 +79,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | @@ -72,31 +79,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 72 | "settingFieldType": 1, | 79 | "settingFieldType": 1, |
| 73 | "dynamicValues": [ | 80 | "dynamicValues": [ |
| 74 | { | 81 | { |
| 75 | - "configValue": "10-B", | 82 | + "configValue": "10-B-3", |
| 76 | "configMapValue": "101" | 83 | "configMapValue": "101" |
| 77 | }, | 84 | }, |
| 78 | { | 85 | { |
| 79 | - "configValue": "19-B", | 86 | + "configValue": "19-B-3", |
| 80 | "configMapValue": "101" | 87 | "configMapValue": "101" |
| 81 | }, | 88 | }, |
| 82 | { | 89 | { |
| 83 | - "configValue": "19-B-340602", | 90 | + "configValue": "19-B-340602-3", |
| 84 | "configMapValue": "110" | 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 | "configMapValue": "101" | 115 | "configMapValue": "101" |
| 89 | }, | 116 | }, |
| 90 | { | 117 | { |
| 91 | - "configValue": "19-B-default", | 118 | + "configValue": "19-B-340602-1", |
| 92 | "configMapValue": "101" | 119 | "configMapValue": "101" |
| 93 | }, | 120 | }, |
| 94 | { | 121 | { |
| 95 | - "configValue": "10-S", | 122 | + "configValue": "19-B-340621-1", |
| 96 | "configMapValue": "101" | 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 | "configMapValue": "101" | 135 | "configMapValue": "101" |
| 101 | } | 136 | } |
| 102 | ] | 137 | ] |
| @@ -125,31 +160,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | @@ -125,31 +160,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 125 | "settingFieldType": 1, | 160 | "settingFieldType": 1, |
| 126 | "dynamicValues": [ | 161 | "dynamicValues": [ |
| 127 | { | 162 | { |
| 128 | - "configValue": "10-B", | 163 | + "configValue": "10-B-3", |
| 129 | "configMapValue": "101" | 164 | "configMapValue": "101" |
| 130 | }, | 165 | }, |
| 131 | { | 166 | { |
| 132 | - "configValue": "19-B", | 167 | + "configValue": "19-B-3", |
| 133 | "configMapValue": "101" | 168 | "configMapValue": "101" |
| 134 | }, | 169 | }, |
| 135 | { | 170 | { |
| 136 | - "configValue": "19-B-340602", | 171 | + "configValue": "19-B-340602-3", |
| 137 | "configMapValue": "110" | 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 | "configMapValue": "101" | 204 | "configMapValue": "101" |
| 142 | }, | 205 | }, |
| 143 | { | 206 | { |
| 144 | - "configValue": "19-B-default", | 207 | + "configValue": "19-B-default-1", |
| 145 | "configMapValue": "101" | 208 | "configMapValue": "101" |
| 146 | }, | 209 | }, |
| 147 | { | 210 | { |
| 148 | - "configValue": "10-S", | 211 | + "configValue": "10-S-1", |
| 149 | "configMapValue": "101" | 212 | "configMapValue": "101" |
| 150 | }, | 213 | }, |
| 151 | { | 214 | { |
| 152 | - "configValue": "19-S", | 215 | + "configValue": "19-S-1", |
| 153 | "configMapValue": "101" | 216 | "configMapValue": "101" |
| 154 | } | 217 | } |
| 155 | ] | 218 | ] |
| @@ -164,7 +227,7 @@ OUT_AMOUNT(2, "订单金额(出)"); | @@ -164,7 +227,7 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 164 | "documentType": "AR_receivable", | 227 | "documentType": "AR_receivable", |
| 165 | "configKey": "businessType", | 228 | "configKey": "businessType", |
| 166 | "settingFieldType": 0, | 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,31 +253,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 190 | "settingFieldType": 1, | 253 | "settingFieldType": 1, |
| 191 | "dynamicValues": [ | 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 | "configMapValue": "101" | 281 | "configMapValue": "101" |
| 195 | }, | 282 | }, |
| 196 | { | 283 | { |
| 197 | - "configValue": "19-B", | 284 | + "configValue": "10-B-1", |
| 198 | "configMapValue": "101" | 285 | "configMapValue": "101" |
| 199 | }, | 286 | }, |
| 200 | { | 287 | { |
| 201 | - "configValue": "19-B-340602", | 288 | + "configValue": "19-B-1", |
| 202 | "configMapValue": "101" | 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 | "configMapValue": "101" | 297 | "configMapValue": "101" |
| 207 | }, | 298 | }, |
| 208 | { | 299 | { |
| 209 | - "configValue": "19-B-default", | 300 | + "configValue": "19-B-default-1", |
| 210 | "configMapValue": "101" | 301 | "configMapValue": "101" |
| 211 | }, | 302 | }, |
| 212 | { | 303 | { |
| 213 | - "configValue": "10-S", | 304 | + "configValue": "10-S-1", |
| 214 | "configMapValue": "101" | 305 | "configMapValue": "101" |
| 215 | }, | 306 | }, |
| 216 | { | 307 | { |
| 217 | - "configValue": "19-S", | 308 | + "configValue": "19-S-1", |
| 218 | "configMapValue": "101" | 309 | "configMapValue": "101" |
| 219 | } | 310 | } |
| 220 | ] | 311 | ] |
| @@ -231,23 +322,43 @@ OUT_AMOUNT(2, "订单金额(出)"); | @@ -231,23 +322,43 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 231 | "settingFieldType": 1, | 322 | "settingFieldType": 1, |
| 232 | "dynamicValues": [ | 323 | "dynamicValues": [ |
| 233 | { | 324 | { |
| 234 | - "configValue": "10", | 325 | + "configValue": "10-3", |
| 235 | "configMapValue": "BM000099" | 326 | "configMapValue": "BM000099" |
| 236 | }, | 327 | }, |
| 237 | { | 328 | { |
| 238 | - "configValue": "19", | 329 | + "configValue": "19-3", |
| 239 | "configMapValue": "BM000042" | 330 | "configMapValue": "BM000042" |
| 240 | }, | 331 | }, |
| 241 | { | 332 | { |
| 242 | - "configValue": "19-340602", | 333 | + "configValue": "19-340602-3", |
| 243 | "configMapValue": "BM000101" | 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 | "configMapValue": "BM000042" | 358 | "configMapValue": "BM000042" |
| 248 | }, | 359 | }, |
| 249 | { | 360 | { |
| 250 | - "configValue": "19-default", | 361 | + "configValue": "19-default-1", |
| 251 | "configMapValue": "BM000042" | 362 | "configMapValue": "BM000042" |
| 252 | } | 363 | } |
| 253 | ] | 364 | ] |
| @@ -264,23 +375,43 @@ OUT_AMOUNT(2, "订单金额(出)"); | @@ -264,23 +375,43 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 264 | "settingFieldType": 1, | 375 | "settingFieldType": 1, |
| 265 | "dynamicValues": [ | 376 | "dynamicValues": [ |
| 266 | { | 377 | { |
| 267 | - "configValue": "10", | 378 | + "configValue": "10-3", |
| 268 | "configMapValue": "BM000099" | 379 | "configMapValue": "BM000099" |
| 269 | }, | 380 | }, |
| 270 | { | 381 | { |
| 271 | - "configValue": "19", | 382 | + "configValue": "19-3", |
| 272 | "configMapValue": "BM000042" | 383 | "configMapValue": "BM000042" |
| 273 | }, | 384 | }, |
| 274 | { | 385 | { |
| 275 | - "configValue": "19-340602", | 386 | + "configValue": "19-340602-3", |
| 276 | "configMapValue": "BM000101" | 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 | "configMapValue": "BM000042" | 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 | "configMapValue": "BM000042" | 415 | "configMapValue": "BM000042" |
| 285 | } | 416 | } |
| 286 | ] | 417 | ] |
| @@ -338,31 +469,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | @@ -338,31 +469,59 @@ OUT_AMOUNT(2, "订单金额(出)"); | ||
| 338 | "settingFieldType": 1, | 469 | "settingFieldType": 1, |
| 339 | "dynamicValues": [ | 470 | "dynamicValues": [ |
| 340 | { | 471 | { |
| 341 | - "configValue": "10-B", | 472 | + "configValue": "10-B-3", |
| 342 | "configMapValue": "BM000099" | 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 | "configMapValue": "BM000042" | 485 | "configMapValue": "BM000042" |
| 347 | }, | 486 | }, |
| 348 | { | 487 | { |
| 349 | - "configValue": "19-B-340602", | 488 | + "configValue": "19-B-default-3", |
| 350 | "configMapValue": "BM000042" | 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 | "configMapValue": "BM000042" | 513 | "configMapValue": "BM000042" |
| 355 | }, | 514 | }, |
| 356 | { | 515 | { |
| 357 | - "configValue": "19-B-default", | 516 | + "configValue": "19-B-default-1", |
| 358 | "configMapValue": "BM000042" | 517 | "configMapValue": "BM000042" |
| 359 | }, | 518 | }, |
| 360 | { | 519 | { |
| 361 | - "configValue": "10-S", | 520 | + "configValue": "10-S-1", |
| 362 | "configMapValue": "BM000099" | 521 | "configMapValue": "BM000099" |
| 363 | }, | 522 | }, |
| 364 | { | 523 | { |
| 365 | - "configValue": "19-S", | 524 | + "configValue": "19-S-1", |
| 366 | "configMapValue": "BM000099" | 525 | "configMapValue": "BM000099" |
| 367 | } | 526 | } |
| 368 | ] | 527 | ] |