修改xml内路径
This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?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">
|
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||||
|
|
||||||
<mapper namespace="com.chinaunicom.mall.ebtp.process.funcswitch.dao.BizFuncSwitchConfigMapper">
|
<mapper namespace="com.chinaunicom.mall.ebtp.extend.funcswitch.dao.BizFuncSwitchConfigMapper">
|
||||||
<resultMap id="BaseResultMap"
|
<resultMap id="BaseResultMap"
|
||||||
type="com.chinaunicom.mall.ebtp.process.funcswitch.entity.BizFuncSwitchConfig">
|
type="com.chinaunicom.mall.ebtp.extend.funcswitch.entity.BizFuncSwitchConfig">
|
||||||
<result column="id" jdbcType="BIGINT" property="id"/>
|
<result column="id" jdbcType="BIGINT" property="id"/>
|
||||||
<result column="type" jdbcType="VARCHAR" property="type"/>
|
<result column="type" jdbcType="VARCHAR" property="type"/>
|
||||||
<result column="active" jdbcType="VARCHAR" property="active"/>
|
<result column="active" jdbcType="VARCHAR" property="active"/>
|
||||||
|
Reference in New Issue
Block a user