jinpengyong
2024-02-02 28923b3d67c58b032bc4ff128aa1d5e62d73dba1
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" />