修改xml内路径

This commit is contained in:
zhangyx
2021-11-12 13:58:46 +08:00
parent 0e3a0403cd
commit 0c20a391d1

View File

@ -1,9 +1,9 @@
<?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.chinaunicom.mall.ebtp.process.funcswitch.dao.BizFuncSwitchConfigMapper">
<mapper namespace="com.chinaunicom.mall.ebtp.extend.funcswitch.dao.BizFuncSwitchConfigMapper">
<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="type" jdbcType="VARCHAR" property="type"/>
<result column="active" jdbcType="VARCHAR" property="active"/>