From b84ce7f9dd1d0e3c11022d3e89a1693b665268a2 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 02 六月 2020 16:42:43 +0800
Subject: [PATCH] 1

---
 src/main/resources/mapper/ThresholdValueMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/mapper/ThresholdValueMapper.xml b/src/main/resources/mapper/ThresholdValueMapper.xml
index 1dec230..011a80f 100644
--- a/src/main/resources/mapper/ThresholdValueMapper.xml
+++ b/src/main/resources/mapper/ThresholdValueMapper.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.flightfeather.obd.domain.mapper.ThresholdValueMapper">
-  <resultMap id="BaseResultMap" type="com.flightfeather.obd.domain.entity.ThresholdValue">
+<mapper namespace="com.flightfeather.uav.domain.mapper.ThresholdValueMapper">
+  <resultMap id="BaseResultMap" type="com.flightfeather.uav.domain.entity.ThresholdValue">
     <!--
       WARNING - @mbg.generated
     -->

--
Gitblit v1.9.3