From 6c510ecaf4c2c179637c719d02de802abfcfca14 Mon Sep 17 00:00:00 2001
From: zhangdaihao <zhangdaiscott@163.com>
Date: Fri, 5 Jul 2019 18:21:51 +0800
Subject: [PATCH] JeecgBoot 2.0.2版本发布

---
 jeecg-boot/jeecg-boot-module-system/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java | 25 -------------------------
 1 file changed, 0 insertions(+), 25 deletions(-)
 delete mode 100644 jeecg-boot/jeecg-boot-module-system/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java

diff --git a/jeecg-boot/jeecg-boot-module-system/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java b/jeecg-boot/jeecg-boot-module-system/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java
deleted file mode 100644
index 7c6314b..0000000
--- a/jeecg-boot/jeecg-boot-module-system/src/main/java/com/baomidou/mybatisplus/extension/handlers/MybatisMapWrapper.java
+++ /dev/null
@@ -1,25 +0,0 @@
-//package com.baomidou.mybatisplus.extension.handlers;
-//
-////import com.baomidou.mybatisplus.core.toolkit.StringUtils;
-//import org.apache.ibatis.reflection.MetaObject;
-//import org.apache.ibatis.reflection.wrapper.MapWrapper;
-//
-//import java.util.Map;
-//
-///**
-// * 返回Map结果集,下划线转驼峰(去掉)
-// */
-//public class MybatisMapWrapper extends MapWrapper {
-//
-//    public MybatisMapWrapper(MetaObject metaObject, Map<String, Object> map) {
-//        super(metaObject, map);
-//    }
-//
-//    @Override
-//    public String findProperty(String name, boolean useCamelCaseMapping) {
-////        if (useCamelCaseMapping && !StringUtils.isCamel(name)) {
-////            return StringUtils.underlineToCamel(name);
-////        }
-//        return name;
-//    }
-//}
\ No newline at end of file
--
libgit2 0.22.2