fix(健康咨询): 移除定时任务中 clientSign 参数解析逻辑,修复方法签名及缩进

This commit is contained in:
wanghao
2026-03-19 14:30:33 +08:00
parent d3f14ed824
commit 86190b949f
3 changed files with 2 additions and 6 deletions
@@ -253,7 +253,7 @@ public class ConDepartmentApiServiceImpl implements ConDepartmentApiService {
String allChildKey = "consulation:departmentHaveDoctor:AllLevelTwo";
if(!CollectionUtils.isEmpty(list)){
if(!CollectionUtils.isEmpty(list)){
redisUtil.del(key);
redisUtil.del(allChildKey);
for (ConDepartmentDO conDepartmentDO : list) {
@@ -31,11 +31,7 @@ public class HelperSchedulingHistoryJob {
@XxlJob(value = "helperSchedulingHistoryJob")
public ReturnT<String> helperSchedulingHistory() {
String param = XxlJobHelper.getJobParam();
JSONObject jsonObject = JSONObject.parseObject(param);
String clientSign = jsonObject.getString("clientSign");
ClientSignThreadLocal.setClientSign(clientSign);
XxlJobHelper.log("开始记录全科医生排班历史");
log.info("开始记录全科医生排班历史");
try {
@@ -32,7 +32,7 @@ public class SyncScheduleJob {
@XxlJob(value = "endUserAndProfessiorHelper")
public ReturnT<String> endUserAndProfessiorHelper(String time) {
public ReturnT<String> endUserAndProfessiorHelper() {
String expireHour = "168";
String param = XxlJobHelper.getJobParam();