cjl
2023-08-15 224cd3ff175864f6f8ac4bd24468809e73e4115f
screen-manage/src/main/resources/mapper/ManageLogMapper.xml
@@ -6,6 +6,7 @@
        <resultMap id="BaseResultMap" type="com.moral.api.entity.ManageLog">
                    <id column="id" property="id" />
                    <result column="account_id" property="accountId" />
                    <result column="type" property="type" />
                    <result column="user_name" property="userName" />
                    <result column="content" property="content" />
                    <result column="ip" property="ip" />