fix 【资源库】 sql字段匹配
This commit is contained in:
parent
855c2e9e53
commit
4b97dd9521
|
@ -6,7 +6,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
|
||||
<resultMap type="Achievements" id="AchievementsResult">
|
||||
<result property="id" column="id" />
|
||||
<result property="showAchievementName" column="show_ach_name" />
|
||||
<result property="showAchievementName" column="showAchievementName" />
|
||||
<result property="achievementName" column="achievement_name" />
|
||||
<result property="field1" column="field_1" />
|
||||
<result property="field2" column="field_2" />
|
||||
|
|
Loading…
Reference in New Issue