springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/SysConfMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/SysConfMapper.xml
@@ -122,9 +122,7 @@ <if test="item.communityId != null and item.communityId != '' "> community_id=#{item.communityId}, </if> <if test="item.content != null and item.content != '' "> content=#{item.content}, </if> update_time=sysdate() </set> where community_id = #{item.communityId}