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/JobAutoCreateFee/quartz_jobs.xml

55 lines
1.6 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>JobGetMhD7Data</name>
<group>Job</group>
<description>获取MH数据</description>
<job-type>JobCreateFee.JobGetMhD7Data,JobAutoCreateFee</job-type>
<durable>true</durable>
<recover>false</recover>
<job-data-map>
<!--连接字符串-->
<entry>
<key>ConnectString</key>
<value>Data Source=60.209.125.238,26600;Initial Catalog=ShippingWeb_JHCSK;Persist Security Info=True;User ID=sa;Password=Ds20040201</value>
</entry>
<!--Mh连接字符串-->
<entry>
<key>MhConnectString</key>
<value>Data Source=223.223.95.154;Initial Catalog=MagicHand80_Agent;Persist Security Info=True;User ID=mhuser;Password=mhuser</value>
</entry>
<!--查询SQL-->
<entry>
<key>D6QuerySql</key>
<value>
select top 1 '1' BSNO,'177WJNJNQ11969VFB' MBLNO,'主单' BSTYPE from op_seae
</value>
</entry>
</job-data-map>
</job>
<trigger>
<cron>
<name>TriggerGetMhData</name>
<group>Job</group>
<description>获取MH数据触发器</description>
<job-name>JobGetMhD7Data</job-name>
<job-group>Job</job-group>
<cron-expression>0 0/2 * * * ? </cron-expression>
</cron>
</trigger>
</schedule>
</job-scheduling-data>