Commit 5f68287e authored by wzp's avatar wzp

修改bug

parent e15c442f
...@@ -11,9 +11,9 @@ mybatis-plus.check-config-location=true ...@@ -11,9 +11,9 @@ mybatis-plus.check-config-location=true
mybatis-plus.mapper-locations=classpath:mapper/*.xml mybatis-plus.mapper-locations=classpath:mapper/*.xml
mybatis-plus.type-aliases-package=cn.wisenergy.chnmuseum.party.model.** mybatis-plus.type-aliases-package=cn.wisenergy.chnmuseum.party.model.**
mybatis-plus.global-config.db-config.id-type=assign_id mybatis-plus.global-config.db-config.id-type=assign_id
mybatis-plus.global-config.db-config.logic-delete-field=deleted #mybatis-plus.global-config.db-config.logic-delete-field=deleted
mybatis-plus.global-config.db-config.logic-delete-value=1 #mybatis-plus.global-config.db-config.logic-delete-value=1
mybatis-plus.global-config.db-config.logic-not-delete-value=0 #mybatis-plus.global-config.db-config.logic-not-delete-value=0
mybatis-plus.global-config.banner=false mybatis-plus.global-config.banner=false
mybatis-plus.configuration.lazy-loading-enabled=true mybatis-plus.configuration.lazy-loading-enabled=true
mybatis-plus.configuration.aggressive-lazy-loading=false mybatis-plus.configuration.aggressive-lazy-loading=false
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<result column="video_content_id" property="videoContentId"/> <result column="video_content_id" property="videoContentId"/>
<result column="ref_material_dir" property="refMaterialDir"/> <result column="ref_material_dir" property="refMaterialDir"/>
<result column="audit_status" property="auditStatus"/> <result column="audit_status" property="auditStatus"/>
<result column="is_published" property="isPublished"/> <result column="is_published" property="published"/>
<result column="is_deleted" property="isDeleted"/> <result column="is_deleted" property="deleted"/>
<result column="create_time" property="createTime"/> <result column="create_time" property="createTime"/>
<result column="update_time" property="updateTime"/> <result column="update_time" property="updateTime"/>
</resultMap> </resultMap>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment