From ad0f65d55969adf8bde9a6b4d11874bb4ba952e0 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 23 五月 2025 15:01:06 +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