From 8d279535f41512a24747fb04d818bc78ca0b3d65 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期一, 15 十二月 2025 16:01:11 +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 1bdce8e..5db6380 100644
--- a/src/main/resources/mapper/DeliveryMainMapper.xml
+++ b/src/main/resources/mapper/DeliveryMainMapper.xml
@@ -17,7 +17,7 @@
<select id="callPdaReceiptBtn1">
{call PRC_RF_PDA_RECEIPT_BTN2(
#{C_IN_STR, mode=IN, jdbcType=VARCHAR},
- #{C_RESULT, mode=OUT, jdbcType=VARCHAR}
+ #{RESULT, mode=OUT, jdbcType=VARCHAR}
)}
</select>
</mapper>
--
Gitblit v1.9.3