From f641fff5059789addb2d4cdeb58517e7259cee0d Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 28 八月 2025 17:48:58 +0800 Subject: [PATCH] 条码接口测试 --- src/main/resources/mapper/DeliveryMainMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/DeliveryMainMapper.xml b/src/main/resources/mapper/DeliveryMainMapper.xml index 842963b..954a40f 100644 --- a/src/main/resources/mapper/DeliveryMainMapper.xml +++ b/src/main/resources/mapper/DeliveryMainMapper.xml @@ -8,7 +8,7 @@ SELECT SEQ_DELIVERY_MAIN.NEXTVAL FROM DUAL </select> - <select id="callPdaReceiptBtn"> + <select id="callPdaReceiptBtn" statementType="CALLABLE"> {call PRC_RF_PDA_RECEIPT_BTN( #{C_IN_STR, mode=IN, jdbcType=VARCHAR}, #{C_RESULT, mode=OUT, jdbcType=VARCHAR} -- Gitblit v1.9.3