feat(refdata): Q22 basicdata 映射与 ReferenceDataProcessor(ACM2-93)
闭合 Q22;V6 建 basicdata 表组;RefData 走真处理器(DNLD/RESP/ADD/UPD/DEL/RSTA)。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -69,6 +69,9 @@ class OutboundRequestService(
|
||||
fun completeRqfdResponse(operationDay: LocalDate = currentOperationDay()): Boolean =
|
||||
reqTrack.completeLatest(OutboundRequestKeys.RQFD_REQ_TYPE, operationDay, OutboundRequestKeys.SENDER)
|
||||
|
||||
fun completeRqrdResponse(operationDay: LocalDate = currentOperationDay()): Boolean =
|
||||
reqTrack.completeLatest(OutboundRequestKeys.RQRD_REQ_TYPE, operationDay, OutboundRequestKeys.SENDER)
|
||||
|
||||
fun dispatchPending(limit: Int = 10): Int {
|
||||
var sent = 0
|
||||
reqTrack.listPendingDispatch(limit).forEach { req ->
|
||||
|
||||
Reference in New Issue
Block a user