123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <properties>
- <property name="querytransfer">
- <![CDATA[
- select count(*) count from wosdk.tb_transfer_number where userid=? and status='0'
- ]]>
- </property>
- <property name="queryArea">
- <![CDATA[
- select count(*) count from TB_CALLER_AREACODE t where operators='联通' and status='0' and callerhead=?
- ]]>
- </property>
- <property name="getMobConfig">
- <![CDATA[
- SELECT
- channel,pwd,IPLIMIT as ip
- FROM TB_QUERYMOBOPERATOR_CONFIG where channel=? and status='0'
- ]]>
- </property>
- </properties>
|