liuyaowen пре 1 година
родитељ
комит
3976c03efe

+ 1 - 1
src/main/java/com/yunfeiyun/agmp/iotm/device/pest/service/impl/IotPestServiceImpl.java

@@ -5,7 +5,7 @@ import com.yunfeiyun.agmp.common.framework.manager.RedisCacheManager;
 import com.yunfeiyun.agmp.iot.common.domain.IotPest;
 import com.yunfeiyun.agmp.iot.common.domain.resvo.IoPestResVo;
 import com.yunfeiyun.agmp.iotm.device.pest.service.IIotPestService;
-import com.yunfeiyun.agmp.iotm.device.pest.service.IotPestMapper;
+import com.yunfeiyun.agmp.iotm.web.mapper.IotPestMapper;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
 

+ 1 - 1
src/main/java/com/yunfeiyun/agmp/iotm/device/pest/service/IotPestMapper.java

@@ -1,4 +1,4 @@
-package com.yunfeiyun.agmp.iotm.device.pest.service;
+package com.yunfeiyun.agmp.iotm.web.mapper;
 
 
 import com.yunfeiyun.agmp.iot.common.domain.IotPest;

+ 1 - 1
src/main/resources/mapper/IotPestMapper.xml

@@ -2,7 +2,7 @@
 <!DOCTYPE mapper
         PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.yunfeiyun.agmp.iotm.device.pest.service.IotPestMapper">
+<mapper namespace="com.yunfeiyun.agmp.iotm.web.mapper.IotPestMapper">
 
     <resultMap type="IotPest" id="IotPestResult">
         <result property="id" column="id"/>