Commit 1860e3a6 by WeiCong

清理不必要配置

parent eecb13ff
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<!--日志级别以及优先级排序: OFF > FATAL > ERROR > WARN > INFO > DEBUG > TRACE > ALL -->
<!--Configuration后面的status,这个用于设置log4j2自身内部的信息输出,可以不设置,当设置成trace时,你会看到log4j2内部各种详细输出-->
<!--monitorInterval:Log4j能够自动检测修改配置 文件和重新配置本身,设置间隔秒数-->
<Configuration status="WARN" monitorInterval="30">
<!--全局属性-->
<Properties>
<Property name="APP_NAME">eps</Property>
<Property name="LOG_FILE_PATH">F:/brilliance/jkpt-pj/CNCC/code/nouiWithSpringMVC_guangda/log/${APP_NAME}</Property>
<Property name="PATTERN_FORMAT">%d %-5p [%c] (%t) %m%n</Property>
</Properties>
<Appenders>
<!--输出到控制台-->
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{yyyy-MM-dd'T'HH:mm:ss.SSS} [%-10t] %-5level %c{1} %ex{full} - %msg%n"/>
<PatternLayout pattern="${PATTERN_FORMAT}"/>
</Console>
<!--自定义appender-->
<!-- <XXXFileAppender name="xxx" fileName="log.log" xxx="true">
<PatternLayout pattern="%d{yyyy-MM-dd'T'HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n"/>
</XXXFileAppender>-->
<JDBC name="databaseAppender" tableName="test.log">
<ThresholdFilter level="ERROR" onMatch="ACCEPT" onMismatch="DENY"/>
<ConnectionFactory class="org.sss.presentation.noui.log.db.ConnectionFactory"
method="getDatabaseConnection"/>
<Column name="ID" literal="'XXX'"/>
<Column name="MESSAGE" pattern="%message"/>
<Column name="LEV" pattern="%level"/>
<Column name="LOGGER" pattern="%logger"/>
<Column name="THROWABLE" pattern="%msg %ex{full}"/>
<Column name="eventDate" isEventTimestamp="true"/>
</JDBC>
<RollingFile name="RollingFile" fileName="${LOG_FILE_PATH}/${APP_NAME}.log"
filePattern="${LOG_FILE_PATH}/$${date:yyyyMM}/${APP_NAME}-%d{yyyyMMdd}-%i.log">
<PatternLayout>
<pattern>${PATTERN_FORMAT}</pattern>
</PatternLayout>
<Policies>
<SizeBasedTriggeringPolicy size="100 MB"/>
<TimeBasedTriggeringPolicy/>
</Policies>
<DefaultRolloverStrategy max="20" />
</RollingFile>
</Appenders>
<Loggers>
<!--异步方式入库-->
<!--<AsyncLogger name="org.sss" level="ERROR" includeLocation="true" additivity="false">
<AppenderRef ref="databaseAppender"/>
</AsyncLogger>-->
<!--<Logger name="org.sss" level="INFO" additivity="false">
<Filters>
<ThresholdFilter level="INFO" onMatch="NEUTRAL" onMismatch="DENY"/>
<RegexFilter regex="测试.*" onMatch="NEUTRAL" onMismatch="DENY"/>
<TimeFilter start="05:00:00" end="23:30:00" onMatch="NEUTRAL" onMismatch="DENY"/>
</Filters>
<Logger name="org.sss" level="INFO" additivity="false">
<AppenderRef ref="Console"/>
</Logger>-->
<AsyncLogger name="org.sss" level="INFO" includeLocation="true" additivity="true">
<AppenderRef ref="databaseAppender"/>
</AsyncLogger>
<AsyncLogger name="org.hibernate" level="ERROR" includeLocation="true">
<AppenderRef ref="databaseAppender"/>
</AsyncLogger>
<AsyncLogger name="org.apache" level="ERROR" includeLocation="true">
<AppenderRef ref="databaseAppender"/>
</AsyncLogger>
<AsyncLogger name="com.opensymphony" level="ERROR" includeLocation="true">
<AppenderRef ref="databaseAppender"/>
</AsyncLogger>
<Root level="ALL">
<AppenderRef ref="RollingFile"/>
</Logger>
<Logger name="org.hibernate" level="WARN" additivity="false">
<AppenderRef ref="Console"/>
</Root>
<AppenderRef ref="RollingFile"/>
</Logger>
<Logger name="org.springframework" level="WARN" additivity="false">
<AppenderRef ref="Console"/>
<AppenderRef ref="RollingFile"/>
</Logger>
<Logger name="org.apache" level="WARN" additivity="false">
<AppenderRef ref="Console"/>
<AppenderRef ref="RollingFile"/>
</Logger>
<Logger name="org.opensymphony" level="ERROR" additivity="false">
<AppenderRef ref="Console"/>
<AppenderRef ref="RollingFile"/>
</Logger>
<!-- LOG everything at INFO level -->
<root level="DEBUG">
<AppenderRef ref="Console"/>
<AppenderRef ref="RollingFile"/>
</root>
</Loggers>
</Configuration>
\ No newline at end of file
ownref=cptp\\cpdgrp\\rec\\ownref
ownusr=cptp\\cpdgrp\\orc\\pty\\ownusr
paytyp=cptp\\cpdgrp\\rec\\paytyp
cur=cptp\\cpdgrp\\cbs\\max\\cur
amt=cptp\\cpdgrp\\cbs\\max\\amt
valdat=cptp\\cpdgrp\\rec\\valdat
liqtyp=cptp\\cpdgrp\\rec\\liqtyp
swftyp=cptp\\cpdgrp\\rec\\swftyp
diptyp=cptp\\cpdgrp\\rec\\diptyp
pyeacc=cptp\\cpdgrp\\rec\\pyeacc
orcacc=cptp\\cpdgrp\\rec\\orcacc
branchinr=cptp\\cpdgrp\\rec\\branchinr
extkey=cptppyep\\ptspta\\pts\\extkey
adrblk=cptppyep\\ptspta\\pts\\adrblk
_sel=cptppyep\\sel
extkey0=cptporip\\ptspta\\pts\\extkey
adrblk0=cptporip\\ptspta\\pts\\adrblk
_sel0=cptporip\\sel
custyp=cptp\\cpdgrp\\rec\\custyp
stacty=cptp\\cpdgrp\\rec\\stacty
cpdflg=cptp\\cpdgrp\\rec\\cpdflg
_getref=cptp\\mtabut\\getref
_sav=mtabut\\sav
_rtn=mtabut\\rtn
_ped=mtabut\\ped
_chk=mtabut\\chk
ownref=cptp\\cpdgrp\\rec\\ownref
ownusr=cptp\\cpdgrp\\orc\\pty\\ownusr
paytyp=cptp\\cpdgrp\\rec\\paytyp
cur=cptp\\cpdgrp\\cbs\\max\\cur
amt=cptp\\cpdgrp\\cbs\\max\\amt
valdat=cptp\\cpdgrp\\rec\\valdat
liqtyp=cptp\\cpdgrp\\rec\\liqtyp
swftyp=cptp\\cpdgrp\\rec\\swftyp
branchinr=cptp\\cpdgrp\\rec\\branchinr
cpdflg=cptp\\cpdgrp\\rec\\cpdflg
custyp=cptp\\cpdgrp\\rec\\custyp
curf33b=cptp\\cpdgrp\\rec\\curf33b
amtf33b=cptp\\cpdgrp\\rec\\amtf33b
f36=cptp\\cpdgrp\\rec\\f36
_getref=cptp\\mtabut\\getref
extkey=cptporcp\\ptspta\\pts\\extkey
adrblk=cptporcp\\ptspta\\pts\\adrblk
_sel=cptporcp\\sel
extkey0=cptppybp\\ptspta\\pts\\extkey
adrblk0=cptppybp\\ptspta\\pts\\adrblk
_sel0=cptppybp\\sel
orcacc=cptp\\cpdgrp\\rec\\orcacc
pyeacc=cptp\\cpdgrp\\rec\\pyeacc
_sav=mtabut\\sav
_rtn=mtabut\\rtn
_ped=mtabut\\ped
_chk=mtabut\\chk
_rtn=mtabut\\rtn
ownref=cptp\\cpdgrp\\rec\\ownref
nam=cptp\\cpdgrp\\rec\\nam
cur=cptp\\cpdgrp\\cbs\\max\\cur
amt=cptp\\cpdgrp\\cbs\\max\\amt
valdat=cptp\\cpdgrp\\rec\\valdat
cpdtyp=cptp\\cpdgrp\\rec\\cpdtyp
paytyp=cptp\\cpdgrp\\rec\\paytyp
diptyp=cptp\\cpdgrp\\rec\\diptyp
nam0=cptp\\cpdgrp\\pye\\pts\\nam
_button1=cptp\\button1
_button2=cptp\\button2
_button3=cptp\\button3
_button4=cptp\\button4
branch=bchp\\bchgrp\\rec\\branch
namcn=bchp\\bchgrp\\rec\\namcn
decnum=bchp\\bchgrp\\rec\\decnum
adrcn=bchp\\bchgrp\\rec\\adrcn
adrcn2=bchp\\bchgrp\\rec\\adrcn2
lev=bchp\\bchgrp\\rec\\lev
accbch=bchp\\bchgrp\\rec\\accbch
upbranch=bchp\\bchgrp\\rec\\upbranch
bchusr=bchp\\bchgrp\\rec\\bchusr
upbchkey=bchp\\bchgrp\\rec\\upbchkey
corflg=bchp\\bchgrp\\rec\\corflg
rmbrpt=bchp\\bchgrp\\rec\\rmbrpt
sta=bchp\\bchgrp\\rec\\sta
_rtn=mtabut\\rtn
_sav=mtabut\\sav
cod=feep\\feegrp\\rec\\cod
reltir=feep\\feegrp\\rec\\reltir
staflg=feep\\feegrp\\rec\\staflg
rol=feep\\feegrp\\rec\\rol
acc=feep\\feegrp\\rec\\acc
reltrn=feep\\feegrp\\rec\\reltrn
accacr=feep\\feegrp\\rec\\accacr
accacr2=feep\\feegrp\\rec\\accacr2
begdat=feep\\feegrp\\rec\\begdat
enddat=feep\\feegrp\\rec\\enddat
calrul=feep\\feegrp\\rec\\calrul
ratcal=feep\\feegrp\\rec\\ratcal
mincur=feep\\feegrp\\rec\\mincur
minamt=feep\\feegrp\\rec\\minamt
maxcur=feep\\feegrp\\rec\\maxcur
maxamt=feep\\feegrp\\rec\\maxamt
pertyp=feep\\feegrp\\rec\\pertyp
permin=feep\\feegrp\\rec\\permin
_rtn=mtabut\\rtn
_sav=mtabut\\sav
extkey=ptyp\\ptygrp\\rec\\extkey
ptytyp=ptyp\\ptygrp\\rec\\ptytyp
idtyp=ptyp\\ptygrp\\rec\\idtyp
idcod=ptyp\\ptygrp\\rec\\idcod
juscod=ptyp\\ptygrp\\rec\\juscod
sta=ptyp\\ptygrp\\rec\\sta
ownusr=ptyp\\ptygrp\\rec\\ownusr
namcn=ptyp\\ptygrp\\rec\\namcn
nam1=ptyp\\ptygrp\\rec\\nam1
nam2=ptyp\\ptygrp\\rec\\nam2
str1=ptyp\\ptygrp\\rec\\str1
str2=ptyp\\ptygrp\\rec\\str2
adrcn=ptyp\\ptygrp\\rec\\adrcn
loczip=ptyp\\ptygrp\\rec\\loczip
loctxt=ptyp\\ptygrp\\rec\\loctxt
swfno=ptyp\\ptygrp\\rec\\swfno
email=ptyp\\ptygrp\\rec\\email
bchkeyinr=ptyp\\ptygrp\\rec\\bchkeyinr
dgflg=ptyp\\dgflg
dsflg=ptyp\\dsflg
tmpflg=ptyp\\tmpflg
bnkflg=ptyp\\bnkflg
ownbank=ptyp\\ownbank
loccty=ptyp\\ptygrp\\rec\\loccty
_rtn=mtabut\\rtn
_sav=mtabut\\sav
nam=rolp\\rolgrp\\rec\\nam
rellev=rolp\\rolgrp\\rec\\rellev
numral=rolp\\numral
numyet=rolp\\numyet
yetlst=rolp\\rolgrp\\yetlst
_add=rolp\\add
_addall=rolp\\addall
_rev=rolp\\rev
_revall=rolp\\revall
rallst=rolp\\rolgrp\\rallst
_rtn=mtabut\\rtn
_sav=mtabut\\sav
_chk=mtabut\\chk
_rtn=mtabut\\rtn
_sav=mtabut\\sav
_chk=mtabut\\chk
nam=usrp\\usrgrp\\rec\\nam
dspnam=usrp\\usrgrp\\rec\\dspnam
sta=usrp\\usrgrp\\rec\\sta
bchkey=usrp\\usrgrp\\rec\\bchkey
pwd=usrp\\usrgrp\\rec\\pwd
valdat=usrp\\usrgrp\\rec\\valdat
usrlvl=usrp\\usrgrp\\rec\\usrlvl
etyextkey=usrp\\usrgrp\\rec\\etyextkey
etaextkey=usrp\\usrgrp\\rec\\etaextkey
usg=usrp\\usrgrp\\rec\\usg
credat=usrp\\usrgrp\\rec\\credat
fax=usrp\\usrgrp\\rec\\fax
tel=usrp\\usrgrp\\rec\\tel
eml=usrp\\usrgrp\\rec\\eml
_rtn=mtabut\\rtn
_sav=mtabut\\sav
cur=xrtp\\xrtgrp\\rec\\cur
begdat=xrtp\\xrtgrp\\rec\\begdat
enddat=xrtp\\xrtgrp\\rec\\enddat
midrat=xrtp\\xrtgrp\\rec\\midrat
buyrat=xrtp\\xrtgrp\\rec\\buyrat
selrat=xrtp\\xrtgrp\\rec\\selrat
ibrrat=xrtp\\xrtgrp\\rec\\ibrrat
cshbuyrat=xrtp\\xrtgrp\\rec\\cshbuyrat
cshselrat=xrtp\\xrtgrp\\rec\\cshselrat
ttrrat=xrtp\\xrtgrp\\rec\\ttrrat
odrrat=xrtp\\xrtgrp\\rec\\odrrat
rebrat=xrtp\\xrtgrp\\rec\\rebrat
resrat=xrtp\\xrtgrp\\rec\\resrat
urllst=\\usrp\\usrgrp\\urllst
nam=\\usrp\\usrgrp\\rec\\nam
dspnam=\\usrp\\usrgrp\\rec\\dspnam
ptyinr=\\usrp\\usrgrp\\rec\\ptyinr
tel=\\usrp\\usrgrp\\rec\\tel
eml=\\usrp\\usrgrp\\rec\\eml
_rtn=mtabut\\rtn
_sav=mtabut\\sav
branch=bchp\\bchgrp\\rec\\branch
namcn=bchp\\bchgrp\\rec\\namcn
decnum=bchp\\bchgrp\\rec\\decnum
adrcn=bchp\\bchgrp\\rec\\adrcn
adrcn2=bchp\\bchgrp\\rec\\adrcn2
lev=bchp\\bchgrp\\rec\\lev
accbch=bchp\\bchgrp\\rec\\accbch
upbranch=bchp\\bchgrp\\rec\\upbranch
bchusr=bchp\\bchgrp\\rec\\bchusr
upbchkey=bchp\\bchgrp\\rec\\upbchkey
corflg=bchp\\bchgrp\\rec\\corflg
rmbrpt=bchp\\bchgrp\\rec\\rmbrpt
sta=bchp\\bchgrp\\rec\\sta
_rtn=mtabut\\rtn
_sav=mtabut\\sav
extkey=ptyp\\ptygrp\\rec\\extkey
ptytyp=ptyp\\ptygrp\\rec\\ptytyp
idtyp=ptyp\\ptygrp\\rec\\idtyp
idcod=ptyp\\ptygrp\\rec\\idcod
juscod=ptyp\\ptygrp\\rec\\juscod
sta=ptyp\\ptygrp\\rec\\sta
ownusr=ptyp\\ptygrp\\rec\\ownusr
namcn=ptyp\\ptygrp\\rec\\namcn
nam1=ptyp\\ptygrp\\rec\\nam1
nam2=ptyp\\ptygrp\\rec\\nam2
str1=ptyp\\ptygrp\\rec\\str1
str2=ptyp\\ptygrp\\rec\\str2
adrcn=ptyp\\ptygrp\\rec\\adrcn
loczip=ptyp\\ptygrp\\rec\\loczip
loctxt=ptyp\\ptygrp\\rec\\loctxt
swfno=ptyp\\ptygrp\\rec\\swfno
email=ptyp\\ptygrp\\rec\\email
bchkeyinr=ptyp\\ptygrp\\rec\\bchkeyinr
dgflg=ptyp\\dgflg
dsflg=ptyp\\dsflg
tmpflg=ptyp\\tmpflg
bnkflg=ptyp\\bnkflg
ownbank=ptyp\\ownbank
loccty=ptyp\\ptygrp\\rec\\loccty
_rtn=mtabut\\rtn
_sav=mtabut\\sav
nam=usrp\\usrgrp\\rec\\nam
dspnam=usrp\\usrgrp\\rec\\dspnam
sta=usrp\\usrgrp\\rec\\sta
bchkey=usrp\\usrgrp\\rec\\bchkey
pwd=usrp\\usrgrp\\rec\\pwd
valdat=usrp\\usrgrp\\rec\\valdat
usrlvl=usrp\\usrgrp\\rec\\usrlvl
etyextkey=usrp\\usrgrp\\rec\\etyextkey
etaextkey=usrp\\usrgrp\\rec\\etaextkey
usg=usrp\\usrgrp\\rec\\usg
credat=usrp\\usrgrp\\rec\\credat
fax=usrp\\usrgrp\\rec\\fax
tel=usrp\\usrgrp\\rec\\tel
eml=usrp\\usrgrp\\rec\\eml
_rtn=mtabut\\rtn
_sav=mtabut\\sav
_rtn=mtabut\\rtn
_sav=mtabut\\sav
cur=xrtp\\xrtgrp\\rec\\cur
begdat=xrtp\\xrtgrp\\rec\\begdat
enddat=xrtp\\xrtgrp\\rec\\enddat
midrat=xrtp\\xrtgrp\\rec\\midrat
buyrat=xrtp\\xrtgrp\\rec\\buyrat
selrat=xrtp\\xrtgrp\\rec\\selrat
ibrrat=xrtp\\xrtgrp\\rec\\ibrrat
cshbuyrat=xrtp\\xrtgrp\\rec\\cshbuyrat
cshselrat=xrtp\\xrtgrp\\rec\\cshselrat
ttrrat=xrtp\\xrtgrp\\rec\\ttrrat
odrrat=xrtp\\xrtgrp\\rec\\odrrat
rebrat=xrtp\\xrtgrp\\rec\\rebrat
resrat=xrtp\\xrtgrp\\rec\\resrat
branch=bchp\\bchgrp\\rec\\branch
namcn=bchp\\bchgrp\\rec\\namcn
decnum=bchp\\bchgrp\\rec\\decnum
adrcn=bchp\\bchgrp\\rec\\adrcn
adrcn2=bchp\\bchgrp\\rec\\adrcn2
lev=bchp\\bchgrp\\rec\\lev
accbch=bchp\\bchgrp\\rec\\accbch
upbranch=bchp\\bchgrp\\rec\\upbranch
bchusr=bchp\\bchgrp\\rec\\bchusr
upbchkey=bchp\\bchgrp\\rec\\upbchkey
corflg=bchp\\bchgrp\\rec\\corflg
rmbrpt=bchp\\bchgrp\\rec\\rmbrpt
sta=bchp\\bchgrp\\rec\\sta
_rtn=mtabut\\rtn
_sav=mtabut\\sav
cod=feep\\feegrp\\rec\\cod
reltir=feep\\feegrp\\rec\\reltir
staflg=feep\\feegrp\\rec\\staflg
rol=feep\\feegrp\\rec\\rol
acc=feep\\feegrp\\rec\\acc
reltrn=feep\\feegrp\\rec\\reltrn
accacr=feep\\feegrp\\rec\\accacr
accacr2=feep\\feegrp\\rec\\accacr2
begdat=feep\\feegrp\\rec\\begdat
enddat=feep\\feegrp\\rec\\enddat
calrul=feep\\feegrp\\rec\\calrul
ratcal=feep\\feegrp\\rec\\ratcal
mincur=feep\\feegrp\\rec\\mincur
minamt=feep\\feegrp\\rec\\minamt
maxcur=feep\\feegrp\\rec\\maxcur
maxamt=feep\\feegrp\\rec\\maxamt
pertyp=feep\\feegrp\\rec\\pertyp
permin=feep\\feegrp\\rec\\permin
_rtn=mtabut\\rtn
_sav=mtabut\\sav
_sav=frsp\\mtabut\\sav
_rtn=frsp\\mtabut\\rtn
frslst=frsp\\frsgrp\\frslst
chnnam=frsp\\frsgrp\\chnnam
_add=frsp\\add
_del=frsp\\del
extkey=ptyp\\ptygrp\\rec\\extkey
ptytyp=ptyp\\ptygrp\\rec\\ptytyp
idtyp=ptyp\\ptygrp\\rec\\idtyp
idcod=ptyp\\ptygrp\\rec\\idcod
juscod=ptyp\\ptygrp\\rec\\juscod
sta=ptyp\\ptygrp\\rec\\sta
ownusr=ptyp\\ptygrp\\rec\\ownusr
namcn=ptyp\\ptygrp\\rec\\namcn
nam1=ptyp\\ptygrp\\rec\\nam1
nam2=ptyp\\ptygrp\\rec\\nam2
str1=ptyp\\ptygrp\\rec\\str1
str2=ptyp\\ptygrp\\rec\\str2
adrcn=ptyp\\ptygrp\\rec\\adrcn
loczip=ptyp\\ptygrp\\rec\\loczip
loctxt=ptyp\\ptygrp\\rec\\loctxt
swfno=ptyp\\ptygrp\\rec\\swfno
email=ptyp\\ptygrp\\rec\\email
bchkeyinr=ptyp\\ptygrp\\rec\\bchkeyinr
dgflg=ptyp\\dgflg
dsflg=ptyp\\dsflg
tmpflg=ptyp\\tmpflg
bnkflg=ptyp\\bnkflg
ownbank=ptyp\\ownbank
loccty=ptyp\\ptygrp\\rec\\loccty
_rtn=mtabut\\rtn
_sav=mtabut\\sav
nam=rolp\\rolgrp\\rec\\nam
rellev=rolp\\rolgrp\\rec\\rellev
numral=rolp\\numral
numyet=rolp\\numyet
yetlst=rolp\\rolgrp\\yetlst
_add=rolp\\add
_addall=rolp\\addall
_rev=rolp\\rev
_revall=rolp\\revall
rallst=rolp\\rolgrp\\rallst
_rtn=mtabut\\rtn
_sav=mtabut\\sav
_chk=mtabut\\chk
_rtn=mtabut\\rtn
_sav=mtabut\\sav
_chk=mtabut\\chk
nam=usrp\\usrgrp\\rec\\nam
dspnam=usrp\\usrgrp\\rec\\dspnam
sta=usrp\\usrgrp\\rec\\sta
bchkey=usrp\\usrgrp\\rec\\bchkey
pwd=usrp\\usrgrp\\rec\\pwd
valdat=usrp\\usrgrp\\rec\\valdat
usrlvl=usrp\\usrgrp\\rec\\usrlvl
etyextkey=usrp\\usrgrp\\rec\\etyextkey
etaextkey=usrp\\usrgrp\\rec\\etaextkey
usg=usrp\\usrgrp\\rec\\usg
credat=usrp\\usrgrp\\rec\\credat
fax=usrp\\usrgrp\\rec\\fax
tel=usrp\\usrgrp\\rec\\tel
eml=usrp\\usrgrp\\rec\\eml
_rtn=mtabut\\rtn
_sav=mtabut\\sav
cur=xrtp\\xrtgrp\\rec\\cur
begdat=xrtp\\xrtgrp\\rec\\begdat
enddat=xrtp\\xrtgrp\\rec\\enddat
midrat=xrtp\\xrtgrp\\rec\\midrat
buyrat=xrtp\\xrtgrp\\rec\\buyrat
selrat=xrtp\\xrtgrp\\rec\\selrat
ibrrat=xrtp\\xrtgrp\\rec\\ibrrat
cshbuyrat=xrtp\\xrtgrp\\rec\\cshbuyrat
cshselrat=xrtp\\xrtgrp\\rec\\cshselrat
ttrrat=xrtp\\xrtgrp\\rec\\ttrrat
odrrat=xrtp\\xrtgrp\\rec\\odrrat
rebrat=xrtp\\xrtgrp\\rec\\rebrat
resrat=xrtp\\xrtgrp\\rec\\resrat
branch=bchp\\bchgrp\\rec\\branch
namcn=bchp\\bchgrp\\rec\\namcn
decnum=bchp\\bchgrp\\rec\\decnum
adrcn=bchp\\bchgrp\\rec\\adrcn
adrcn2=bchp\\bchgrp\\rec\\adrcn2
lev=bchp\\bchgrp\\rec\\lev
accbch=bchp\\bchgrp\\rec\\accbch
upbranch=bchp\\bchgrp\\rec\\upbranch
bchusr=bchp\\bchgrp\\rec\\bchusr
upbchkey=bchp\\bchgrp\\rec\\upbchkey
corflg=bchp\\bchgrp\\rec\\corflg
rmbrpt=bchp\\bchgrp\\rec\\rmbrpt
sta=bchp\\bchgrp\\rec\\sta
_rtn=mtabut\\rtn
cod=feep\\feegrp\\rec\\cod
reltir=feep\\feegrp\\rec\\reltir
staflg=feep\\feegrp\\rec\\staflg
rol=feep\\feegrp\\rec\\rol
acc=feep\\feegrp\\rec\\acc
reltrn=feep\\feegrp\\rec\\reltrn
accacr=feep\\feegrp\\rec\\accacr
accacr2=feep\\feegrp\\rec\\accacr2
begdat=feep\\feegrp\\rec\\begdat
enddat=feep\\feegrp\\rec\\enddat
calrul=feep\\feegrp\\rec\\calrul
ratcal=feep\\feegrp\\rec\\ratcal
mincur=feep\\feegrp\\rec\\mincur
minamt=feep\\feegrp\\rec\\minamt
maxcur=feep\\feegrp\\rec\\maxcur
maxamt=feep\\feegrp\\rec\\maxamt
pertyp=feep\\feegrp\\rec\\pertyp
permin=feep\\feegrp\\rec\\permin
_rtn=mtabut\\rtn
objtyp=\\ordp\\ordgrp\\rec\\objtyp
inidattim=\\ordp\\ordgrp\\rec\\inidattim
cpldattim=\\ordp\\ordgrp\\rec\\cpldattim
ptyinr=\\ordp\\ordgrp\\rec\\ptyinr
etyinr=\\ordp\\ordgrp\\rec\\etyinr
etginr=\\ordp\\ordgrp\\rec\\etginr
optptyinr=\\ordp\\ordgrp\\rec\\optptyinr
optetyinr=\\ordp\\ordgrp\\rec\\optetyinr
optetginr=\\ordp\\ordgrp\\rec\\optetginr
frm=\\ordp\\ordgrp\\rec\\frm
inifrm=\\ordp\\ordgrp\\rec\\inifrm
sta=\\ordp\\ordgrp\\rec\\sta
orelst=\\ordp\\orelst
_rtn=\\mtabut\\rtn
extkey=ptyp\\ptygrp\\rec\\extkey
ptytyp=ptyp\\ptygrp\\rec\\ptytyp
idtyp=ptyp\\ptygrp\\rec\\idtyp
idcod=ptyp\\ptygrp\\rec\\idcod
juscod=ptyp\\ptygrp\\rec\\juscod
sta=ptyp\\ptygrp\\rec\\sta
ownusr=ptyp\\ptygrp\\rec\\ownusr
namcn=ptyp\\ptygrp\\rec\\namcn
nam1=ptyp\\ptygrp\\rec\\nam1
nam2=ptyp\\ptygrp\\rec\\nam2
str1=ptyp\\ptygrp\\rec\\str1
str2=ptyp\\ptygrp\\rec\\str2
adrcn=ptyp\\ptygrp\\rec\\adrcn
loczip=ptyp\\ptygrp\\rec\\loczip
loctxt=ptyp\\ptygrp\\rec\\loctxt
swfno=ptyp\\ptygrp\\rec\\swfno
email=ptyp\\ptygrp\\rec\\email
bchkeyinr=ptyp\\ptygrp\\rec\\bchkeyinr
dgflg=ptyp\\dgflg
dsflg=ptyp\\dsflg
tmpflg=ptyp\\tmpflg
bnkflg=ptyp\\bnkflg
ownbank=ptyp\\ownbank
loccty=ptyp\\ptygrp\\rec\\loccty
_rtn=mtabut\\rtn
nam=rolp\\rolgrp\\rec\\nam
rellev=rolp\\rolgrp\\rec\\rellev
numral=rolp\\numral
numyet=rolp\\numyet
rallst=rolp\\rolgrp\\rallst
yetlst=rolp\\rolgrp\\yetlst
_rtn=\\mtabut\\rtn
usr=ssnp\\ssngrp\\rec\\usr
lstfrm=ssnp\\ssngrp\\rec\\lstfrm
enddattim=ssnp\\ssngrp\\rec\\enddattim
eng=ssnp\\ssngrp\\rec\\eng
appsrv=ssnp\\ssngrp\\rec\\appsrv
dissrv=ssnp\\ssngrp\\rec\\dissrv
apppid=ssnp\\ssngrp\\rec\\apppid
dispid=ssnp\\ssngrp\\rec\\dispid
sta=ssnp\\ssngrp\\rec\\sta
begdattim=ssnp\\ssngrp\\rec\\begdattim
lstdattim=ssnp\\ssngrp\\rec\\lstdattim
_rtn=\\mtabut\\rtn
_kill=ssnp\\kill
_modpwd=usrp\\modpwd
_rtn=usrp\\mtabut\\rtn
nam=usrp\\usrgrp\\rec\\nam
dspnam=usrp\\usrgrp\\rec\\dspnam
sta=usrp\\usrgrp\\rec\\sta
bchkey=usrp\\usrgrp\\rec\\bchkey
pwd=usrp\\usrgrp\\rec\\pwd
valdat=usrp\\usrgrp\\rec\\valdat
usrlvl=usrp\\usrgrp\\rec\\usrlvl
etyextkey=usrp\\usrgrp\\rec\\etyextkey
etaextkey=usrp\\usrgrp\\rec\\etaextkey
usg=usrp\\usrgrp\\rec\\usg
credat=usrp\\usrgrp\\rec\\credat
fax=usrp\\usrgrp\\rec\\fax
tel=usrp\\usrgrp\\rec\\tel
eml=usrp\\usrgrp\\rec\\eml
cur=xrtp\\xrtgrp\\rec\\cur
begdat=xrtp\\xrtgrp\\rec\\begdat
enddat=xrtp\\xrtgrp\\rec\\enddat
midrat=xrtp\\xrtgrp\\rec\\midrat
buyrat=xrtp\\xrtgrp\\rec\\buyrat
selrat=xrtp\\xrtgrp\\rec\\selrat
ibrrat=xrtp\\xrtgrp\\rec\\ibrrat
cshbuyrat=xrtp\\xrtgrp\\rec\\cshbuyrat
cshselrat=xrtp\\xrtgrp\\rec\\cshselrat
ttrrat=xrtp\\xrtgrp\\rec\\ttrrat
odrrat=xrtp\\xrtgrp\\rec\\odrrat
rebrat=xrtp\\xrtgrp\\rec\\rebrat
resrat=xrtp\\xrtgrp\\rec\\resrat
_rtn=mtabut\\rtn
bchlst=\\bchp\\bchlst
_sel=\\mtabut\\sel
extkey=\\bchp\\extkey
_add=\\mtabut\\add
_ame=\\mtabut\\ame
_del=\\mtabut\\del
_inf=\\mtabut\\inf
nam=\\feep\\nam
feecod=\\feep\\feecod
begdat=\\feep\\begdat
enddat=\\feep\\enddat
_sel=\\mtabut\\sel
_reset=\\mtabut\\reset
feelst=\\feep\\feelst
_add=\\mtabut\\add
_ame=\\mtabut\\ame
_del=\\mtabut\\del
_inf=\\mtabut\\inf
_ame=frsp\\ame
_rtn=frsp\\mtabut\\rtn
frslst=frsp\\frsgrp\\frslst
chnnam=frsp\\frsgrp\\chnnam
_add=frsp\\add
_del=frsp\\del
datbeg=\\ordp\\datbeg
datend=\\ordp\\datend
sta=\\ordp\\sta
ptyinr=\\ordp\\ptyinr
etginr=\\ordp\\etginr
_sel=\\mtabut\\sel
_reset=\\mtabut\\reset
ordlst=\\ordp\\ordlst
_sel=\\mtabut\\sel
_reset=\\mtabut\\reset
sta=\\ptyp\\sta
chnnam=\\ptyp\\chnnam
extkey=\\ptyp\\extkey
ptylst=\\ptyp\\ptylst
_add=\\mtabut\\add
_ame=\\mtabut\\ame
_del=\\mtabut\\del
_inf=\\mtabut\\inf
nam=\\rolp\\rolgrp\\rec\\nam
rellev=\\rolp\\rolgrp\\rec\\rellev
flg=\\rolgrp\\rec\\flg
_sel=mtabut\\sel
_reset=mtabut\\reset
rollst=\\rolp\\rolgrp\\rollst
_add=mtabut\\add
_ame=mtabut\\ame
_del=mtabut\\del
_inf=mtabut\\inf
frm=\\sptp\\frm
objtyp=\\sptp\\objtyp
usr=\\sptp\\usr
sta=\\sptp\\sta
datsta=\\sptp\\datsta
datend=\\sptp\\datend
_sel=\\mtabut\\sel
_reset=\\mtabut\\reset
lst=\\sptp\\lst
_sel=\\mtabut\\sel
_reset=\\mtabut\\reset
nam=ssnp\\nam
begdat=ssnp\\begdat
enddat=ssnp\\enddat
ssnlst=ssnp\\ssnlst
extkey=usrp\\extkey
nam=usrp\\nam
sta=usrp\\sta
_sel=\\mtabut\\sel
usrlst=usrp\\usrlst
_add=\\mtabut\\add
_ame=\\mtabut\\ame
_del=\\mtabut\\del
_inf=\\mtabut\\inf
cur=xrtp\\cur
_sel=\\mtabut\\sel
xrtdat=xrtp\\xrtdat
xrtlst=\\xrtp\\xrtlst
_add=mtabut\\add
_ame=mtabut\\ame
_del=mtabut\\del
_inf=mtabut\\inf
nam=usrp\\usrgrp\\rec\\nam
surepwd=usrp\\usrgrp\\surepwd
oldpwd=usrp\\usrgrp\\oldpwd
pwd=usrp\\usrgrp\\pwd
_rtn=mtabut\\rtn
_sav=mtabut\\sav
nam=usrp\\usrgrp\\rec\\nam
dspnam=usrp\\usrgrp\\rec\\dspnam
tel=usrp\\usrgrp\\rec\\tel
eml=usrp\\usrgrp\\rec\\eml
sta=usrp\\usrgrp\\rec\\sta
usrlvl=usrp\\usrgrp\\rec\\usrlvl
_rtn=mtabut\\rtn
_sav=mtabut\\sav
nam=usrp\\usrgrp\\rec\\nam
dspnam=usrp\\usrgrp\\rec\\dspnam
tel=usrp\\usrgrp\\rec\\tel
eml=usrp\\usrgrp\\rec\\eml
sta=usrp\\usrgrp\\rec\\sta
usrlvl=usrp\\usrgrp\\rec\\usrlvl
_rtn=mtabut\\rtn
_sav=mtabut\\sav
nam=\\usrp\\usrgrp\\rec\\nam
dspnam=\\usrp\\usrgrp\\rec\\dspnam
ptyinr=\\usrp\\usrgrp\\rec\\ptyinr
usridn=\\usrp\\usrgrp\\rec\\usridn
tel=\\usrp\\usrgrp\\rec\\tel
eml=\\usrp\\usrgrp\\rec\\eml
urllst=\\usrp\\usrgrp\\urllst
rollst=\\usrp\\usrgrp\\rollst
_add=usrp\\add
_del=usrp\\del
_addall=usrp\\addall
_delall=usrp\\delall
_rtn=mtabut\\rtn
_sav=mtabut\\sav
extkey=fetpaplp\\ptspta\\pts\\extkey
adrblk=fetpaplp\\ptspta\\pts\\adrblk
_sel=fetpaplp\\sel
actcshflg=fetp\\fedgrp\\rec\\actcshflg
cur=fetp\\fedgrp\\cbs\\nom1\\cur
amt=fetp\\fedgrp\\cbs\\nom1\\amt
cur0=fetp\\fedgrp\\cbs\\nom2\\cur
amt0=fetp\\fedgrp\\cbs\\nom2\\amt
dsp=fetp\\fedgrp\\rec\\dsp
dsp2=fetp\\fedgrp\\rec\\dsp2
acc=fetp\\fedgrp\\rec\\acc
acc2=fetp\\fedgrp\\rec\\acc2
pfttyp=fetp\\fedgrp\\rec\\pfttyp
pftpct=fetp\\fedgrp\\rec\\pftpct
rat=fetp\\fedgrp\\rec\\rat
currat=fetp\\fedgrp\\rec\\currat
trnman=fetp\\fedgrp\\rec\\trnman
trdint=fetp\\fedgrp\\rec\\trdint
trdout=fetp\\fedgrp\\rec\\trdout
ownref=fetp\\fedgrp\\rec\\ownref
fxtyp=fetp\\fedgrp\\rec\\fxtyp
opndat=fetp\\fedgrp\\rec\\opndat
branch=fetp\\bchsel\\bch\\branch
_sav=mtabut\\sav
_rtn=mtabut\\rtn
_ped=mtabut\\ped
_chk=mtabut\\chk
setfel=setmodsetfeg\\setfel
setgll=setmodsetglg\\setgll
filpth=\\sysfil1\\filpth
_up=\\sysfil1\\up
_opn=\\sysfil1\\opn
_sel=\\sysfil1\\sel
fillst=\\sysfil1\\fillst
_upl=\\sysfil1\\upl
_dwn=\\sysfil1\\dwn
_delete=\\sysfil1\\delete
_rtn1=\\sysfil1\\rtn1
sql=\\sqlp\\sql
_exe=\\sqlp\\exe
_run=\\sqlp\\run
log=\\sqlp\\log
_detail=\\trnp\\mtabut\\detail
_undo=\\trnp\\mtabut\\undo
_rtn=\\trnp\\mtabut\\rtn
_repair=\\trnp\\mtabut\\repair
_release=\\trnp\\mtabut\\release
_delete=\\trnp\\mtabut\\delete
inifrm=\\trnp\\trngrp\\rec\\inifrm
iniusr=\\trnp\\trngrp\\rec\\iniusr
objtyp=\\trnp\\trngrp\\rec\\objtyp
sigreq=\\trnp\\trngrp\\rec\\sigreq
sigres=\\trnp\\trngrp\\rec\\sigres
trntit=\\trnp\\trngrp\\rec\\trntit
trntyp=\\trnp\\trngrp\\rec\\trntyp
sta=\\trnp\\trngrp\\rec\\sta
dsp=\\trnp\\trngrp\\frm\\dsp
dspnam=\\trnp\\trngrp\\usr\\dspnam
chnnam=\\trnp\\trngrp\\pty\\chnnam
siglst=\\trnp\\siglst
txt=\\trnp\\txt
#Thu Jul 12 10:43:03 CST 2018
CT000001=\u786E\u8BA4\u5220\u9664\u8BE5\u6570\u636E\u5417\uFF1F
CT000000=\u63D0\u793A
#Thu Jul 12 10:43:03 CST 2018
CT000001=\u786E\u8BA4\u5220\u9664\u8BE5\u6570\u636E\u5417\uFF1F
CT000000=\u63D0\u793A
#Wed Jul 11 15:24:36 CST 2018
CT000007=\u5144\u5F1F\uFF0C\u624B\u673A\u53F7\u7801\u4F60\u7684\u662F\u591A\u5C11\u4F4D\uFF01
CT000006=\u8BF7\u8F93\u5165\u8054\u7CFB\u7535\u8BDD
CT000005=\u5144\u5F1F\uFF0C\u624B\u673A\u53F7\u7801\u4F60\u7684\u662F\u591A\u5C11\u4F4D\uFF01
CT000004=\u8BF7\u8F93\u5165\u8054\u7CFB\u7535\u8BDD
CT000003=\u5144\u5F1F\uFF0C\u624B\u673A\u53F7\u7801\u4F60\u7684\u662F\u591A\u5C11\u4F4D\uFF01
CT000002=\u8BF7\u8F93\u5165\u8054\u7CFB\u7535\u8BDD
CT000001=\u8BF7\u8F93\u5165\u59D3\u540D
CT000000=\u8BF7\u8F93\u5165\u59D3\u540D
#Wed Jul 11 15:24:36 CST 2018
CT000007=\u5144\u5F1F\uFF0C\u624B\u673A\u53F7\u7801\u4F60\u7684\u662F\u591A\u5C11\u4F4D\uFF01
CT000006=\u8BF7\u8F93\u5165\u8054\u7CFB\u7535\u8BDD
CT000005=\u5144\u5F1F\uFF0C\u624B\u673A\u53F7\u7801\u4F60\u7684\u662F\u591A\u5C11\u4F4D\uFF01
CT000004=\u8BF7\u8F93\u5165\u8054\u7CFB\u7535\u8BDD
CT000003=\u5144\u5F1F\uFF0C\u624B\u673A\u53F7\u7801\u4F60\u7684\u662F\u591A\u5C11\u4F4D\uFF01
CT000002=\u8BF7\u8F93\u5165\u8054\u7CFB\u7535\u8BDD
CT000001=\u8BF7\u8F93\u5165\u59D3\u540D
CT000000=\u8BF7\u8F93\u5165\u59D3\u540D
#Mon Jul 23 22:00:40 CST 2018
TH000044=\u59D3\u540D
TH000043=\u5E74\u9F84
PD000000=\u7F16\u8F91\u9762\u677F
LT000029=\u4E13\u4E1A
LT000028=\u6BD5\u4E1A\u9662\u6821
LT000027=\u6027\u522B
LT000026=\u59D3\u540D
BT000052=\u4FDD\u5B58
PD000025=\u4FE1\u606F\u9762\u677F
BT000050=\u5220\u9664\u8DF3\u8F6C\u6309\u94AE
LT000018=\u4E13\u4E1A
LT000017=\u6BD5\u4E1A\u9662\u6821
PD000051=\u4FDD\u5B58\u6309\u94AE
LT000016=\u6027\u522B
LT000015=\u59D3\u540D
BT000019=\u67E5\u8BE2\u6309\u94AE
PD000049=anniu
TH000024=\u8054\u7CFB\u7535\u8BDD
PD000014=\u67E5\u8BE2\u53C2\u6570\u5B50\u9762\u677F
TH000023=\u4E13\u4E1A
PD000013=\u57F9\u8BAD\u4FE1\u606F\u67E5\u8BE2\u4E3B\u9762\u677F
TH000022=\u6BD5\u4E1A\u9662\u6821
TH000021=\u6027\u522B
TH000020=\u59D3\u540D
LT000039=\u4F59\u989D
PD000042=NewPanel
CT000012=\u4FDD\u5B58\u5931\u8D25
LT000006=\u624B\u673A
LT000038=\u5E74\u9F84
PD000041=NewPanel
CT000011=\u9519\u8BEF
LT000005=\u4E13\u4E1A
CT000010=\u4FDD\u5B58\u6210\u529F
LT000004=\u6BD5\u4E1A\u9662\u6821
LT000003=\u6027\u522B
LT000002=\u6027\u522B
LT000034=\u624B\u673A
LT000033=\u4E13\u4E1A
LT000001=\u59D3\u540D
LT000032=\u6BD5\u4E1A\u9662\u6821
LT000031=\u6027\u522B
LT000030=\u59D3\u540D
BT000008=\u4FDD\u5B58
BT000037=\u5220\u9664
BT000036=\u5220\u9664
FD000040=\u4E0A\u4F20
CT000009=\u63D0\u793A
PD000007=\u57F9\u8BAD\u4FE1\u606F\u65B0\u589E\u4E3B\u9762\u677F
TH000048=\u7535\u8BDD
TH000047=\u4E13\u4E1A
TH000046=\u5927\u5B66
PD000035=\u5220\u9664\u4FE1\u606F\u4E3B\u9762\u677F
TH000045=\u6027\u522B
#Mon Jul 23 22:00:40 CST 2018
TH000044=\u59D3\u540D
TH000043=\u5E74\u9F84
PD000000=\u7F16\u8F91\u9762\u677F
LT000029=\u4E13\u4E1A
LT000028=\u6BD5\u4E1A\u9662\u6821
LT000027=\u6027\u522B
LT000026=\u59D3\u540D
BT000052=\u4FDD\u5B58
PD000025=\u4FE1\u606F\u9762\u677F
BT000050=\u5220\u9664\u8DF3\u8F6C\u6309\u94AE
LT000018=\u4E13\u4E1A
LT000017=\u6BD5\u4E1A\u9662\u6821
PD000051=\u4FDD\u5B58\u6309\u94AE
LT000016=\u6027\u522B
LT000015=\u59D3\u540D
BT000019=\u67E5\u8BE2\u6309\u94AE
PD000049=anniu
TH000024=\u8054\u7CFB\u7535\u8BDD
PD000014=\u67E5\u8BE2\u53C2\u6570\u5B50\u9762\u677F
TH000023=\u4E13\u4E1A
PD000013=\u57F9\u8BAD\u4FE1\u606F\u67E5\u8BE2\u4E3B\u9762\u677F
TH000022=\u6BD5\u4E1A\u9662\u6821
TH000021=\u6027\u522B
TH000020=\u59D3\u540D
LT000039=\u4F59\u989D
PD000042=NewPanel
CT000012=\u4FDD\u5B58\u5931\u8D25
LT000006=\u624B\u673A
LT000038=\u5E74\u9F84
PD000041=NewPanel
CT000011=\u9519\u8BEF
LT000005=\u4E13\u4E1A
CT000010=\u4FDD\u5B58\u6210\u529F
LT000004=\u6BD5\u4E1A\u9662\u6821
LT000003=\u6027\u522B
LT000002=\u6027\u522B
LT000034=\u624B\u673A
LT000033=\u4E13\u4E1A
LT000001=\u59D3\u540D
LT000032=\u6BD5\u4E1A\u9662\u6821
LT000031=\u6027\u522B
LT000030=\u59D3\u540D
BT000008=\u4FDD\u5B58
BT000037=\u5220\u9664
BT000036=\u5220\u9664
FD000040=\u4E0A\u4F20
CT000009=\u63D0\u793A
PD000007=\u57F9\u8BAD\u4FE1\u606F\u65B0\u589E\u4E3B\u9762\u677F
TH000048=\u7535\u8BDD
TH000047=\u4E13\u4E1A
TH000046=\u5927\u5B66
PD000035=\u5220\u9664\u4FE1\u606F\u4E3B\u9762\u677F
TH000045=\u6027\u522B
#Mon Jul 09 17:10:09 CST 2018
LT000004=
#Wed Dec 12 15:58:34 CST 2018
CT000003=message
CT000002=title
CT000001=message
CT000000=title
#Wed Dec 12 15:58:34 CST 2018
CT000003=message
CT000002=title
CT000001=message
CT000000=title
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment