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.
88 lines
2.6 KiB
XML
88 lines
2.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>JobSiEdiReplyContrast</name>
|
|
<group>Job</group>
|
|
<description>BC回执</description>
|
|
<job-type>JobCreateFee.JobBcEdiReplyContrast,JobAutoCreateFee</job-type>
|
|
<durable>true</durable>
|
|
<recover>false</recover>
|
|
<job-data-map>
|
|
<!--连接字符串-->
|
|
<entry>
|
|
<key>ConnectString</key>
|
|
<value>Data Source=223.223.95.213;Initial Catalog=20211031;Persist Security Info=True;User ID=sa;Password=Smart*DATA_80120</value>
|
|
</entry>
|
|
<!--BC回执文件夹-->
|
|
<entry>
|
|
<key>BcPath</key>
|
|
<value>E:\BcPath</value>
|
|
</entry>
|
|
</job-data-map>
|
|
</job>
|
|
<trigger>
|
|
<cron>
|
|
<name>triggerJobSiEdiReplyContrast</name>
|
|
<group>Job</group>
|
|
<description>BC回执</description>
|
|
<job-name>JobSiEdiReplyContrast</job-name>
|
|
<job-group>Job</job-group>
|
|
<cron-expression>0 0/1 * * * ? *</cron-expression>
|
|
</cron>
|
|
</trigger>
|
|
|
|
<job>
|
|
<name>JobHaireBooking</name>
|
|
<group>Job</group>
|
|
<description>海尔BC</description>
|
|
<job-type>JobCreateFee.JobHaireBooking,JobAutoCreateFee</job-type>
|
|
<durable>true</durable>
|
|
<recover>false</recover>
|
|
<job-data-map>
|
|
<!--连接字符串-->
|
|
<entry>
|
|
<key>ConnectString</key>
|
|
<value>Data Source=223.223.95.213;Initial Catalog=dongsheng;Persist Security Info=True;User ID=sa;Password=Smart*DATA_80120</value>
|
|
</entry>
|
|
<!--BC回执文件夹-->
|
|
<entry>
|
|
<key>CustomerName</key>
|
|
<value>青岛海尔</value>
|
|
</entry>
|
|
<entry>
|
|
<key>ReqUrl</key>
|
|
<value>http://47.104.90.170:6857/api/clp/distributionOrdersByDate/</value>
|
|
</entry>
|
|
<entry>
|
|
<key>TaskEmployee</key>
|
|
<value>张三,李四</value>
|
|
</entry>
|
|
<entry>
|
|
<key>RequestTimeout</key>
|
|
<value>5</value>
|
|
</entry>
|
|
</job-data-map>
|
|
</job>
|
|
<trigger>
|
|
<cron>
|
|
<name>triggerJobHaireBooking</name>
|
|
<group>Job</group>
|
|
<description>海尔BC</description>
|
|
<job-name>JobHaireBooking</job-name>
|
|
<job-group>Job</job-group>
|
|
<cron-expression>0 0/1 * * * ? *</cron-expression>
|
|
</cron>
|
|
</trigger>
|
|
|
|
</schedule>
|
|
</job-scheduling-data> |