@@ -232,4 +232,12 @@ public class JobConfig {
* 闲置建筑面积超过1000平米策略输出路径
*/
private String houseBuildingIdleStrategyOutputPath;
+ /**
+ * 河北成本管理系统车辆服务费数据路径
+ */
+ private String carFuWuFeiSourcePath;
+ * 河北成本管理系统车辆服务费数据归档路径
+ private String carFuWuFeiHistoryPath;
}
@@ -55,7 +55,7 @@ public class CarBaoXianJob {
/**
* 执行任务
- @Scheduled(cron = "0 10 6 9 * ?")
+ @Scheduled(cron = "0 10 6 12 * ?")
public void runJob() {
// 数据目录
Path dir = Paths.get(jobConfig.getCarBaoXianSourcePath());
@@ -55,7 +55,7 @@ public class CarDaWeiXiuJob {
- @Scheduled(cron = "0 12 6 9 * ?")
+ @Scheduled(cron = "0 12 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarDaWeiXiuSourcePath());
@@ -55,7 +55,7 @@ public class CarLuQiaoJob {
- @Scheduled(cron = "0 14 6 9 * ?")
+ @Scheduled(cron = "0 14 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarLuQiaoSourcePath());
@@ -55,7 +55,7 @@ public class CarNianJianFeiJob {
- @Scheduled(cron = "0 16 6 9 * ?")
+ @Scheduled(cron = "0 16 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarNianJianFeiSourcePath());
@@ -55,7 +55,7 @@ public class CarQiTaJob {
- @Scheduled(cron = "0 18 6 9 * ?")
+ @Scheduled(cron = "0 18 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarQiTaSourcePath());
@@ -55,7 +55,7 @@ public class CarRanYouJob {
- @Scheduled(cron = "0 20 6 9 * ?")
+ @Scheduled(cron = "0 20 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarRanYouSourcePath());
@@ -31,7 +31,7 @@ public class CarSiCheGongYongJob {
- @Scheduled(cron = "0 30 6 9 * ?")
+ @Scheduled(cron = "0 30 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarSiCheGongYongSourcePath());
@@ -55,7 +55,7 @@ public class CarWeiXiuJob {
- @Scheduled(cron = "0 22 6 9 * ?")
+ @Scheduled(cron = "0 22 6 12 * ?")
Path dir = Paths.get(jobConfig.getCarWeiXiuSourcePath());
@@ -46,7 +46,7 @@ public class HouseBuildingRepairMonthJob {
- @Scheduled(cron = "0 24 6 9 * ?")
+ @Scheduled(cron = "0 24 6 12 * ?")
Path dir = Paths.get(jobConfig.getHouseBuildingRepairMonthSourcePath());
@@ -31,7 +31,7 @@ public class HouseRentInRepairMonthJob {
- @Scheduled(cron = "0 32 6 9 * ?")
+ @Scheduled(cron = "0 32 6 12 * ?")
Path dir = Paths.get(jobConfig.getHouseRentInRepairMonthSourcePath());
@@ -126,3 +126,7 @@ job:
house-rent-in-repair-month-source-path: data/jzftp/E_M_MTC_HOUSELISTED/
# 河北成本管理系统不动产租赁房产维修数据归档路径
house-rent-in-repair-month-history-path: data/history/jzftp/E_M_MTC_HOUSELISTED/
+ # 河北成本管理系统车辆服务费数据路径
+ car-fu-wu-fei-source-path: data/jzftp/HE_M_MTC_VEHICLE_CHARGE/
+ # 河北成本管理系统车辆服务费数据归档路径
+ car-fu-wu-fei-history-path: data/history/jzftp/HE_M_MTC_VEHICLE_CHARGE/
@@ -119,3 +119,7 @@ job:
house-rent-in-repair-month-source-path: /data/jzftp/E_M_MTC_HOUSELISTED/
house-rent-in-repair-month-history-path: /data/history/jzftp/E_M_MTC_HOUSELISTED/
+ car-fu-wu-fei-source-path: /data/jzftp/HE_M_MTC_VEHICLE_CHARGE/
+ car-fu-wu-fei-history-path: /data/history/jzftp/HE_M_MTC_VEHICLE_CHARGE/
@@ -0,0 +1,3 @@
+mybatis-plus:
+ configuration:
+ call-setters-on-nulls: true