소스 검색

Merge branch 'dev4.7.9' of http://192.168.3.207:8080/qmx/jy into dev4.7.9

tsz 3 년 전
부모
커밋
b9519db800
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/jfw/front/dataExport.go

+ 1 - 0
src/jfw/front/dataExport.go

@@ -83,6 +83,7 @@ func (d *DataExport) ToSieve() error {
 	d.T["industrylist"] = industrylist
 	d.T["sortArray"] = sortArray
 	d.T["logid"] = config.Seoconfig["dataexport"].(string)
+	d.T["ttf"] = public.GetFontVersion() + "_" + public.PC
 	d.Render("/pc/dataExport_sieve.html", &d.T)
 	return nil
 }