You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
3.5 KiB
84 lines
3.5 KiB
3 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<datasource>
|
||
|
<!-- 1 表示 sql语句dao 2表示存储过程dao 默认为sql语句dao-->
|
||
|
|
||
|
<dao id="personQueryByIddao" type="1">
|
||
|
<sql>select MPIID,XM,XB,CSRQ,SFZH,ZJLX,ZJHM,TEL,EMAIL,PIC,SIGNPIC,ZT from MAIN_RYJBXX where XM=? and XB=? and ZJLX=? and ZJHM=? </sql>
|
||
|
<tables>
|
||
|
<table name="MAIN_RYJBXX" insert="true" update="true" delete="true">
|
||
|
<primary>MPIID</primary>
|
||
|
</table>
|
||
|
</tables>
|
||
|
<fields>
|
||
|
<f name="MPIID" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="XM" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="XB" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="CSRQ" type="93" table="MAIN_RYJBXX" />
|
||
|
<f name="SFZH" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="ZJLX" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="ZJHM" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="TEL" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="EMAIL" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="PIC" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="SIGNPIC" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="ZT" type="12" table="MAIN_RYJBXX" />
|
||
|
</fields>
|
||
|
<parameter>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
</parameter>
|
||
|
</dao>
|
||
|
|
||
|
<dao id="personQueryByPhonedao" type="1">
|
||
|
<sql>select MPIID,XM,XB,CSRQ,SFZH,ZJLX,ZJHM,TEL,EMAIL,PIC,SIGNPIC,ZT from MAIN_RYJBXX where XM=? and XB=? and TEL=? </sql>
|
||
|
<tables>
|
||
|
<table name="MAIN_RYJBXX" insert="true" update="true" delete="true">
|
||
|
<primary>MPIID</primary>
|
||
|
</table>
|
||
|
</tables>
|
||
|
<fields>
|
||
|
<f name="MPIID" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="XM" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="XB" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="CSRQ" type="93" table="MAIN_RYJBXX" />
|
||
|
<f name="SFZH" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="ZJLX" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="ZJHM" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="TEL" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="EMAIL" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="PIC" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="SIGNPIC" type="12" table="MAIN_RYJBXX" />
|
||
|
<f name="ZT" type="12" table="MAIN_RYJBXX" />
|
||
|
</fields>
|
||
|
<parameter>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
</parameter>
|
||
|
</dao>
|
||
|
|
||
|
<dao id="personPIXDao" type="1">
|
||
|
<sql>select MPIID,PERSONKEY,JGID from MAIN_MPIDOMAINPIX where mpiid=? and personkey=? and JGID=?</sql>
|
||
|
<tables>
|
||
|
<table name="MAIN_MPIDOMAINPIX" insert="true" update="true" delete="true">
|
||
|
<primary>MPIID</primary>
|
||
|
<primary>PERSONKEY</primary>
|
||
|
<primary>JGID</primary>
|
||
|
</table>
|
||
|
</tables>
|
||
|
<fields>
|
||
|
<f name="MPIID" type="12" table="MAIN_MPIDOMAINPIX" />
|
||
|
<f name="PERSONKEY" type="12" table="MAIN_MPIDOMAINPIX" />
|
||
|
<f name="JGID" type="12" table="MAIN_MPIDOMAINPIX" />
|
||
|
</fields>
|
||
|
<parameter>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
<p>12</p>
|
||
|
</parameter>
|
||
|
</dao>
|
||
|
|
||
|
</datasource>
|