- The error occurred while loading SqlMap.
- initialize type alias
- The error occurred in <sqlMap embedded="${root}HCollectionLab.xml,${assymbly}" xmlns="http://ibatis.apache.org/dataMapper" />.
- Check the Iwom.Haier.Model.BaseTag.
<alias>
<typeAlias alias="HCollectionLab" type="Iwom.Haier.Model.HCollectionLab" />
<typeAlias alias="BaseTags" type="Iwom.Haier.Model.BaseTag"/>
</alias>
解析:
别名:alias="BaseTags"已经存在
解决:
修改一下别名就OK了。