zqbao преди 8 месеца
родител
ревизия
5a36fee302
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      services/data/excel/excel_info.go

+ 2 - 0
services/data/excel/excel_info.go

@@ -719,8 +719,10 @@ func ExcelRuleFormat(req *request.ExcelRuleMappingReq, lang string) (res *excel.
 		if err != nil {
 			return nil, err
 		}
+		res.LeftValue = req.LeftValue
 		res.LeftValueBack = fmt.Sprintf("%d,%d", x, y)
 	default:
+		res.LeftValue = req.LeftValue
 		res.LeftValueBack = req.LeftValue
 	}
 	switch req.RightValueType {