Commit e7b4a1b2 authored by gaozhaochen's avatar gaozhaochen

修复 -> 科室号源定时任务刷新时间

parent 60036a5f
...@@ -115,7 +115,7 @@ public class RefreshJob { ...@@ -115,7 +115,7 @@ public class RefreshJob {
* 每天中午12点,晚上12点,统计号源信息 * 每天中午12点,晚上12点,统计号源信息
*/ */
// @Scheduled(cron = "0 50 12 * * ? ") // @Scheduled(cron = "0 50 12 * * ? ")
@Scheduled(cron = "0 37 9 * * ? ") @Scheduled(cron = "0 0 0,12 * * ? ")
public void statisticRankDeptResourceInfo() { public void statisticRankDeptResourceInfo() {
QueryWrapper<HpgpDepartmentRank> wrapper = Wrappers.emptyWrapper(); QueryWrapper<HpgpDepartmentRank> wrapper = Wrappers.emptyWrapper();
LambdaQueryWrapper<HpgpDepartmentRank> lambda = wrapper.select("DISTINCT standard_dept,hospital_code,hospital_name,one_dept_code,dept_code,dept_name").lambda(); LambdaQueryWrapper<HpgpDepartmentRank> lambda = wrapper.select("DISTINCT standard_dept,hospital_code,hospital_name,one_dept_code,dept_code,dept_name").lambda();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment