docs(acm2-75): 重排 Q 序号并补齐 Redis 投影与查询侧边界
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -85,7 +85,7 @@ class JacksonXmlCodec : XmlCodec {
|
||||
/**
|
||||
* 子类型分派必须是**白名单**:未知的 SCHD 子类型不能静默当成全量日计划(DNLD)——
|
||||
* 那会让一条本该"暂不支持、等人工处置"的报文走最重的整包合并写入路径。
|
||||
* 空 STYP 按 legacy 约定视为 DNLD(该约定待与 SIS 逐类对拍确认,见 Q8)。
|
||||
* 空 STYP 按 legacy 约定视为 DNLD(该约定待与 SIS 逐类对拍确认,见 Q3)。
|
||||
*/
|
||||
private fun kindOf(type: String, styp: String): MsgKind = when (type) {
|
||||
"SCHD" -> when (styp) {
|
||||
|
||||
Reference in New Issue
Block a user