You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DS7/JobGuanMaoYun/quartz_jobs.xml

86 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8" ?>
<job-scheduling-data xmlns="http://quartznet.sourceforge.net/JobSchedulingData">
<processing-directives>
<overwrite-existing-data>true</overwrite-existing-data>
</processing-directives>
<schedule>
<job>
<name>JobGuanMaoYunInfo</name>
<group>JobGuanMaoYunInfo</group>
<description>定数读取关贸云账单数据</description>
<job-type>JobGuanMaoYun.JobGuanMaoYunInfo,JobGuanMaoYun</job-type>
<durable>true</durable>
<recover>false</recover>
<job-data-map>
<!-- custname custpsw TimeType -->
<!--连接字符串-->
<entry>
<key>ConnectString</key>
<value>Data Source=60.209.125.238,26600;Initial Catalog=shippingweb_jh_dev;Persist Security Info=True;User ID=sa;Password=Ds20040201</value>
<!--Server=60.209.125.238,26600;Database=shippingweb_jh_dev;User ID=sa;Password=Ds20040201;Connect Timeout=120000;-->
</entry>
<entry>
<key>userKey</key>
<value>975bf42bdf837a1e43508a9bf6340420</value>
</entry>
<entry>
<key>userIp</key>
<value>120.2.6.5</value>
</entry>
<entry>
<key>userMac</key>
<value>C0-3F-D5-E5-20-51</value>
</entry>
<entry>
<key>dataSource</key>
<value>8</value>
</entry>
<!--请求超时(单位:秒)-->
<entry>
<key>RequestTimeout</key>
<value>60</value>
</entry>
<!--起始天数-->
<entry>
<key>StartDays</key>
<value>3</value>
</entry>
<!--终止天数-->
<entry>
<key>EndDays</key>
<value>0</value>
</entry>
<!--从几点开始读取当日数据-->
<entry>
<key>StartTime_single</key>
<value>6</value>
</entry>
<!--从几点开始停止读取当日数据,改为按起始终止天数读取-->
<entry>
<key>EndTime_single</key>
<value>22</value>
</entry>
<!--时间类型(录入日期,开船日期,发送日期)-->
<entry>
<key>TimeType</key>
<value>发送日期</value>
</entry>
</job-data-map>
</job>
<trigger>
<cron>
<name>TriggerJobGuanMaoYunInfo</name>
<group>JobGuanMaoYunInfo</group>
<description>定数读取关贸云账单数据</description>
<job-name>JobGuanMaoYunInfo</job-name>
<job-group>JobGuanMaoYunInfo</job-group>
<cron-expression>26 02 0/1 * * ? *</cron-expression>
</cron>
</trigger>
</schedule>
</job-scheduling-data>