From 6d451494073276a7fa2b38f07c40d16f5c09af68 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期六, 15 二月 2025 17:49:20 +0800 Subject: [PATCH] 撤回流程的补充 --- src/main/resources/mapper/DeliveryNoticeMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/DeliveryNoticeMapper.xml b/src/main/resources/mapper/DeliveryNoticeMapper.xml index a7d8ba7..a4c2215 100644 --- a/src/main/resources/mapper/DeliveryNoticeMapper.xml +++ b/src/main/resources/mapper/DeliveryNoticeMapper.xml @@ -8,4 +8,12 @@ SELECT SEQ_XKY.NEXTVAL FROM DUAL </select> + + <!-- 璋冪敤瀛樺偍杩囩▼ --> + <select id="callPdaReceiptBtn" statementType="CALLABLE"> + {call PRC_RF_PDA_RECEIPT_BTN( + #{C_IN_STR, mode=IN, jdbcType=VARCHAR}, + #{C_RESULT, mode=OUT, jdbcType=VARCHAR} + )} + </select> </mapper> -- Gitblit v1.9.3