Browse Source

Merge branch 'cygx/cygx_14.0' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 3 tháng trước cách đây
mục cha
commit
cd54e210c3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      controllers/report.go

+ 2 - 2
controllers/report.go

@@ -4505,9 +4505,9 @@ func (this *ReportController) ChooseSubmitFollowType() {
 				item.Type = 1
 				item.FollowType = followType
 				if followType == 3 {
-					item.FollowType = -1
+					item.FollowTypeOrder = -1
 				} else {
-					item.FollowType = followType
+					item.FollowTypeOrder = followType
 				}
 				item.CreateTime = time.Now()
 				item.ModifyTime = time.Now()