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 |    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..954a40f 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" 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