Commit 22a53563 authored by zhangyingbin's avatar zhangyingbin

修改ugp启动报错问题

parent be6707aa
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<!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=".dao.TzUgpPathDao"> <mapper namespace=".dao.TzUgpPathDao">
<resultMap id="BaseResultMap" type=".entity.TzUgpPath"> <resultMap id="BaseResultMap" type="com.yeejoin.amos.boot.module.ugp.api.entity.TzUgpPath.java">
<!--@Table tz_ugp_path--> <!--@Table tz_ugp_path-->
<result property="sequenceNbr" column="sequence_nbr" jdbcType="INTEGER"/> <result property="sequenceNbr" column="sequence_nbr" jdbcType="INTEGER"/>
<result property="name" column="name" jdbcType="VARCHAR"/> <result property="name" column="name" jdbcType="VARCHAR"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment