Commit fef953de by qwmqiuwenmin

fix

parent b5d79fe4
...@@ -3,6 +3,7 @@ package com.gic.haoban.manage.service.service.impl; ...@@ -3,6 +3,7 @@ package com.gic.haoban.manage.service.service.impl;
import java.util.Date; import java.util.Date;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.gic.commons.util.EntityUtil; import com.gic.commons.util.EntityUtil;
import com.gic.haoban.common.utils.StringUtil; import com.gic.haoban.common.utils.StringUtil;
...@@ -11,6 +12,7 @@ import com.gic.haoban.manage.service.dao.mapper.TabUserLoginLogMapper; ...@@ -11,6 +12,7 @@ import com.gic.haoban.manage.service.dao.mapper.TabUserLoginLogMapper;
import com.gic.haoban.manage.service.entity.TabUserLoginLog; import com.gic.haoban.manage.service.entity.TabUserLoginLog;
import com.gic.haoban.manage.service.service.UserLoginLogService; import com.gic.haoban.manage.service.service.UserLoginLogService;
@Service
public class UserLoginLogServiceImpl implements UserLoginLogService { public class UserLoginLogServiceImpl implements UserLoginLogService {
@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