jinpengyong
2021-05-25 3689936045a84b2c29899bee8680b2129e8ef43a
screen-manage/src/main/resources/mapper/UserLogMapper.xml
@@ -5,6 +5,7 @@
        <!-- 通用查询映射结果 -->
        <resultMap id="BaseResultMap" type="com.moral.api.entity.UserLog">
                    <id column="id" property="id" />
                    <result column="type" property="type" />
                    <result column="content" property="content" />
                    <result column="organization_id" property="organizationId" />
                    <result column="operate_id" property="operateId" />