From dff0470bf77f3fa525a9d1f1f761dd9609072205 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期三, 07 五月 2025 12:07:31 +0800 Subject: [PATCH] 11 --- src/main/resources/mapper/DeliveryMainMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/DeliveryMainMapper.xml b/src/main/resources/mapper/DeliveryMainMapper.xml index 94554cf..842963b 100644 --- a/src/main/resources/mapper/DeliveryMainMapper.xml +++ b/src/main/resources/mapper/DeliveryMainMapper.xml @@ -8,4 +8,10 @@ SELECT SEQ_DELIVERY_MAIN.NEXTVAL FROM DUAL </select> + <select id="callPdaReceiptBtn"> + {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