jinpengyong
2023-09-07 2277cbd6588335980bfebe9407a5f38348ae1341
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" />