feat: 修复启动问题

This commit is contained in:
super_liu
2021-05-31 17:52:52 +08:00
parent 230889c3ff
commit a4c923ac5e
4 changed files with 73 additions and 5 deletions
@@ -24,7 +24,7 @@
</sql>
<resultMap id="DicTypeMap" extends="BaseResultMap" type="com.adc.da.sys.entity.DictionaryEO">
<collection property="dicTypeEOList" ofType="com.adc.da.sys.entity.DicTypeEO">
<collection property="dicTypeEOList" ofType="com.adc.da.sys.entity.DicTypeEO" javaType="java.util.List">
<id column="type_id" property="id" />
<result column="dic_type_code" property="dicTypeCode" />
<result column="dic_type_name" property="dicTypeName" />