Browse Source

Merge branch 'yx_1.1' into debug

zwxi 1 năm trước cách đây
mục cha
commit
ed9f7fad38
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      controllers/config.go

+ 1 - 0
controllers/config.go

@@ -112,6 +112,7 @@ func (this *ConfigController) PageHistory() {
 	item.ChartPermissionId = req.ChartPermissionId
 	item.IndustrialManagementId = req.IndustrialManagementId
 	item.PageType = req.PageType
+	item.RegisterPlatform = utils.REGISTER_PLATFORM
 	_, err = models.AddCygxPageHistoryRecord(item)
 	if err != nil {
 		br.Msg = "新增访问记录失败"