Commit c88a2b62 authored by liqin's avatar liqin 💬

bug fixed

parent b434fb6e
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<mapper namespace="cn.wisenergy.chnmuseum.party.mapper.AuditMapper"> <mapper namespace="cn.wisenergy.chnmuseum.party.mapper.AuditMapper">
<!-- 通用查询映射结果 --> <!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="cn.wisenergy.chnmuseum.party.model.TAudit"> <resultMap id="BaseResultMap" type="cn.wisenergy.chnmuseum.party.model.Audit">
<id column="id" property="id"/> <id column="id" property="id"/>
<result column="content" property="content"/> <result column="content" property="content"/>
<result column="organ_id" property="organId"/> <result column="organ_id" property="organId"/>
......
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