Browse Source

平衡表

xyxie 4 months ago
parent
commit
b1beaadf6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/excel_info.go

+ 1 - 1
controllers/excel_info.go

@@ -134,7 +134,7 @@ func (this *ExcelInfoController) GetTableDetail() {
 		}
 		resp.ExcelSource = strings.Join(sourceNameList, ",")
 		resp.ExcelSourceEn = strings.Join(sourceNameEnList, ",")
-	case utils.MIXED_TABLE, utils.BALANCE_TABLE:
+	case utils.MIXED_TABLE:
 		var result request.MixedTableReq
 		err = json.Unmarshal([]byte(excelInfo.Content), &result)
 		if err != nil {