| | |
| | | |
| | | 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); |
| | | } |
| | | |
| | | |
| | |
| | | #{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> |