feat: 修复启动问题
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user