Commit 5e3fd4ca authored by 赵啸非's avatar 赵啸非

添加设备上线和下线的业务日志记录

parent 55144d54
...@@ -15,7 +15,6 @@ import com.mortals.xhx.module.alarm.service.AlarmSmsSendService; ...@@ -15,7 +15,6 @@ import com.mortals.xhx.module.alarm.service.AlarmSmsSendService;
import lombok.extern.apachecommons.CommonsLog; import lombok.extern.apachecommons.CommonsLog;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import java.util.Date; import java.util.Date;
import java.util.List; import java.util.List;
...@@ -27,7 +26,7 @@ import java.util.List; ...@@ -27,7 +26,7 @@ import java.util.List;
* @date: 2022/3/9 15:19 * @date: 2022/3/9 15:19
*/ */
@CommonsLog @CommonsLog
@Service("SmsSendTask") //@Service("SmsSendTask")
public class SmsSendTaskImpl implements ITaskExcuteService { public class SmsSendTaskImpl implements ITaskExcuteService {
@Autowired @Autowired
......
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