da170794ca8908df42634ad718382f90abb9fe21.svn-base 645 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <properties>
  3. <property name="querytransfer">
  4. <![CDATA[
  5. select count(*) count from wosdk.tb_transfer_number where userid=? and status='0'
  6. ]]>
  7. </property>
  8. <property name="queryArea">
  9. <![CDATA[
  10. select count(*) count from TB_CALLER_AREACODE t where operators='联通' and status='0' and callerhead=?
  11. ]]>
  12. </property>
  13. <property name="getMobConfig">
  14. <![CDATA[
  15. SELECT
  16. channel,pwd,IPLIMIT as ip
  17. FROM TB_QUERYMOBOPERATOR_CONFIG where channel=? and status='0'
  18. ]]>
  19. </property>
  20. </properties>