`
microjava
  • 浏览: 310323 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

200000交易配置

阅读更多
200000交易配置说明 -- 柜面日志记录数据元素

路径: wasECAP/WEB-INF/configxml/

文件结构:
actionlogconfig_path.xml

改变流水号的值
<action-log>
                <action-code>102100</action-code>
                <tran-code>_D6_102100</tran-code>
                <tran-name>签约</tran-name>
                <tran-type>1</tran-type>
                <is-financy>1</is-financy>
                <log-elements>
                        <element db="card_no1">BkCardNo</element>
                        <element db="journal_number" return="BkSeqNo"/>
                </log-elements>
                <page-name/>
                <sub-name/>
                <the-day/>
                <next-day/>
        </action-log>

<?xml version="1.0" encoding="GB2312"?>
<root>
       <path>actionlogconfig.xml</path>
       <path>actionlogconfig_zs.xml</path>
</root>



账号1,2:account_no1,account_no2 (1:转出账号,2:转入账号)
卡号1,2:card_no1,card_no2
金额:tran_amount
币种:currency

交易类型:
<tran-type>0</tran-type>

0:财务交易
1:特殊交易
3:查询交易
9:其他交易

是否是金融交易
<is-financy>1</is-financy>

<?xml version="1.0" encoding="GB2312"?>
<action-logs>
	 <action-log>
		<action-code>919101</action-code>
		<tran-code>TS_F3_919101</tran-code>
		<tran-name>代理商充值</tran-name>
		<tran-type>0</tran-type>
		<is-financy>1</is-financy>
		<log-elements>
			<element db="account_no1">TS_F_account</element>
			<element db="card_no1">TS_F_cardno</element>
			<element db="tran_amount">TS_F_amount</element>
			<element db="currency">TS_F_cny</element>
		</log-elements>
		<page-name/>
		<sub-name/>
		<the-day/>
		<next-day/>
	</action-log>
	<action-log>
		<action-code>919111</action-code>
		<tran-code>TS_F3_919111</tran-code>
		<tran-name>手机充值业务</tran-name>
		<tran-type>0</tran-type>
		<is-financy>1</is-financy>
		<log-elements>
			<element db="account_no1">TS_F_account</element>
			<element db="card_no1">TS_F_cardno</element>
			<element db="tran_amount">TS_F_amount</element>
			<element db="currency">TS_F_cny</element>
		</log-elements>
		<page-name/>
		<sub-name/>
		<the-day/>
		<next-day/>
	</action-log>
	
</action-logs>




刷新
http://96.0.40.17:9080/TxRunAction.do?TranName=clearCache

WEB-INF/configxml/actionlogconfig.xml

<action-log>
       <action-code>200000</action-code>
       <tran-code>_B6_200000</tran-code>
       <tran-name>柜员交易流水查询</tran-name>
       <tran-type>9</tran-type>
       <is-financy>1</is-financy>
       <log-elements/>
       <page-name/>
       <sub-name/>
       <the-day/>
       <next-day/>
</action-log>


记录前置返回的值
<action-log>
               <action-code>919310</action-code>
               <tran-code>ZQ_F1_919310</tran-code>
               <tran-name>保单当日辙销交易</tran-name>
               <tran-type>0</tran-type>
               <is-financy>1</is-financy>
               <log-elements>
                       <element db="tran_amount" return="TS_F_amount"/>
               </log-elements>
               <page-name/>
               <sub-name/>
               <the-day/>
               <next-day/>
</action-log>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics