瀏覽代碼

feat : 上线部署修改

bilingfeng 2 年之前
父節點
當前提交
8ce4e3062b

+ 0 - 16
game-module/game-mybatis/src/main/resources/mapper/PayBoxMapper.xml

@@ -1,20 +1,4 @@
 <?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.zanxiang.mybatis.mapper.PayBoxMapper">
-    <resultMap id="BaseResultMap" type="com.zanxiang.mybatis.entity.PayBox">
-        <id column="id" jdbcType="INTEGER" property="id"/>
-        <result column="name" jdbcType="VARCHAR" property="name"/>
-        <result column="pay_name" jdbcType="VARCHAR" property="payName"/>
-        <result column="pay_application_id" jdbcType="INTEGER" property="payApplicationId"/>
-        <result column="pay_merchant_id" jdbcType="VARCHAR" property="payMerchantId"/>
-        <result column="type" jdbcType="TINYINT" property="type"/>
-        <result column="desc" jdbcType="VARCHAR" property="remark"/>
-        <result column="create_time" jdbcType="TIMESTAMP" property="createTime"/>
-        <result column="update_time" jdbcType="TIMESTAMP" property="updateTime"/>
-    </resultMap>
-    <sql id="Base_Column_List">
-        id
-        , name, pay_name, pay_application_id, pay_merchant_id, type, desc,
-	create_time, update_time
-    </sql>
 </mapper>

+ 0 - 0
game-module/game-mybatis/src/main/resources/mapper/GameStrategyService.xml → game-module/game-mybatis/src/main/resources/mapper/UserOauthMapper.xml