tjx
2 天以前 4e12500bfdfcaacc5e9345e5e3ff7b0b249b7ef4
增加条码的转换逻辑
已修改2个文件
6 ■■■■ 文件已修改
src/main/java/com/gs/xiaomi/mapper/DeliveryMainMapper.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/DeliveryMainMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/gs/xiaomi/mapper/DeliveryMainMapper.java
@@ -17,7 +17,7 @@
    void callPdaReceiptBtn(@Param("C_IN_STR") String inStr, @Param("C_RESULT") String result);
    void callPdaReceiptBtn1(@Param("C_IN_STR") String inStr, @Param("RESULT") String result);
    void callPdaReceiptBtn1(@Param("C_IN_STR") String inStr, @Param("C_RESULT") String result);
}
src/main/resources/mapper/DeliveryMainMapper.xml
@@ -14,10 +14,10 @@
                #{C_RESULT, mode=OUT, jdbcType=VARCHAR}
              )}
    </select>
    <select id="callPdaReceiptBtn1">
    <select id="callPdaReceiptBtn1" statementType="CALLABLE">
        {call PRC_RF_PDA_RECEIPT_BTN2(
        #{C_IN_STR, mode=IN, jdbcType=VARCHAR},
        #{RESULT, mode=OUT, jdbcType=VARCHAR}
        #{C_RESULT, mode=OUT, jdbcType=VARCHAR}
        )}
    </select>
</mapper>