记得上下班打卡 | git大法好,push需谨慎

Commit a568a96d authored by 胡佳晨's avatar 胡佳晨

定时上下线接口 修改

parent 6cfca046
......@@ -616,7 +616,7 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
vo.setTaskType(2);
mongoMerchantUtils.insertTimeLine(vo);
log.info("[ PRE OUT LINE TASK ] performanceId = " + performancesId + " time = " + time);
return null;
return ResponseDto.success("定时下线成功");
}
@Override
......@@ -628,7 +628,7 @@ public class KylinPerformancesPartnerServiceImpl implements IKylinPerformancesPa
vo.setTaskType(1);
mongoMerchantUtils.insertTimeLine(vo);
log.info("[ PRE ON LINE TASK ] performanceId = " + performancesId + " time = " + time);
return null;
return ResponseDto.success("定时上线成功");
}
@Override
......
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