|
@@ -15,6 +15,8 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.context.annotation.Primary;
|
|
import org.springframework.context.annotation.Primary;
|
|
import org.springframework.stereotype.Service;
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
|
|
+import javax.annotation.Resource;
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 邮箱记录表
|
|
* 邮箱记录表
|
|
*
|
|
*
|
|
@@ -24,7 +26,7 @@ import org.springframework.stereotype.Service;
|
|
*/
|
|
*/
|
|
@Service
|
|
@Service
|
|
public class MailLogServiceImpl extends ServiceImpl<MailLogMapper, MailLog> implements IMailLogService {
|
|
public class MailLogServiceImpl extends ServiceImpl<MailLogMapper, MailLog> implements IMailLogService {
|
|
- @Autowired
|
|
|
|
|
|
+ @Resource
|
|
private MailLogMapper mailLogMapper;
|
|
private MailLogMapper mailLogMapper;
|
|
@Autowired
|
|
@Autowired
|
|
private CorpWexinUtils corpWexinUtils;
|
|
private CorpWexinUtils corpWexinUtils;
|