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

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