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

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

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