浏览代码

更新 'app/models/models.py'

miacheng913 1 年之前
父节点
当前提交
86f479df47
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      app/models/models.py

+ 0 - 3
app/models/models.py

@@ -291,8 +291,6 @@ class User_resume(Model):
             "media": self.media,
             "imgs": self.imgs,
             "introduction": self.introduction
-<<<<<<< HEAD
-=======
         }
     
 class Tgc_pic(Model):
@@ -319,5 +317,4 @@ class Tgc_report(Model):
             "title": self.title,
             "create_time": self.create_time,
             "url": self.url
->>>>>>> 01af6c4a39305844d58fd72484a523aadc029b7c
         }