xyxie 1 년 전
부모
커밋
a7e34a52cf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      services/data/excel/mixed_table.go

+ 1 - 0
services/data/excel/mixed_table.go

@@ -728,6 +728,7 @@ func HandleMixTableDateChange(date, conf string) (newDate string, err error) {
 // @return err error
 // @return errMsg string
 func handleOldSystemDateT(confStr string) (newConf string, err error, errMsg string) {
+	newConf = confStr
 	var config request.SystemDateConf
 	err = json.Unmarshal([]byte(confStr), &config)
 	if err != nil {