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_D7CreateFee.xml

75 lines
2.1 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>
<name>JobD7CreateFee</name>
<group>Job</group>
<description>订阅数据</description>
<job-type>JobCreateFee.JobD7CreateFee,JobAutoCreateFee</job-type>
<durable>true</durable>
<recover>false</recover>
<job-data-map>
<!--连接字符串-->
<entry>
<key>ConnectString</key>
<value>Data Source=47.104.21.63,18686;Initial Catalog=TEST;Persist Security Info=True;User ID=sa;Password=Ds20040201</value>
</entry>
<!--查询SQL-->
<entry>
<key>QuerySql</key>
<value>
and CONVERT(varchar(100),B.CLOSEDOCDATE, 23)=CONVERT(varchar(100), GETDATE(), 23)
</value>
</entry>
<entry>
<key>projectquerySql</key>
<value>
and 1=1
</value>
</entry>
<!--请求url-->
<entry>
<key>ReqUrl</key>
<value>http://apis.yundangnet.com/api/v1/bookingsv2</value>
</entry>
<!--企业编码-->
<entry>
<key>CompanyCode</key>
<value>3351</value>
</entry>
<!--录入人-->
<entry>
<key>ENTEROPERATOR</key>
<value>1BEC90E1-9780-472F-90C2-0C6390C044A4</value>
</entry>
<!--秘钥-->
<entry>
<key>CompanySecret</key>
<value>ac135977-766f-4bb4-a2a4-6561b438bb0f</value>
</entry>
</job-data-map>
</job>
<trigger>
<cron>
<name>TriggerBooking</name>
<group>Job</group>
<description>订阅数据触发器</description>
<job-name>JobD7CreateFee</job-name>
<job-group>Job</job-group>
<cron-expression>0 0/5 * * * ? </cron-expression>
</cron>
</trigger>
</schedule>
</job-scheduling-data>