5c90582539e22e539b9c5a44a7f157caf657f023.svn-base 892 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <properties>
  3. <property name="querySchoolChannelSp">
  4. <![CDATA[
  5. select cpid,spid,productid,key, appid,ifurl,process from TB_SCHOOL_CHANNEL_SP
  6. where channelcode=? and productid=?
  7. ]]>
  8. </property>
  9. <property name="querySchoolChannel">
  10. <![CDATA[
  11. select channelcode,aeskey from TB_SCHOOL_CHANNEL
  12. where channelcode=?
  13. ]]>
  14. </property>
  15. <property name="addSchoolOrderLog">
  16. <![CDATA[
  17. insert into TL_SCHOOL_ORDER_LOG (id,channelcode,userid,productid,starttime,endtime,resultcode,resultinfo,times,requeststr,responsestr,inserttime) values
  18. (to_char(sysdate,'yyyyMMddhh24miss')||SEQ_COMMON6.nextval,#[channelcode],#[userid],#[productid],to_date(#[starttime], 'yyyyMMddhh24miss'),
  19. to_date(#[endtime], 'yyyyMMddhh24miss'),#[resultcode],#[resultinfo],#[times],#[requeststr],#[responsestr],sysdate)
  20. ]]>
  21. </property>
  22. </properties>