|
@@ -735,10 +735,11 @@ func ExcelRuleFormat(req *request.ExcelRuleMappingReq, lang string) (res *excel.
|
|
|
res.RightValue = fmt.Sprintf("%d,%d", x, y)
|
|
|
res.RightValueShow = req.RightValue
|
|
|
default:
|
|
|
- res.RightValue = req.LeftValue
|
|
|
+ res.RightValue = req.RightValue
|
|
|
res.RightValueShow = req.RightValue
|
|
|
}
|
|
|
|
|
|
+ res.RuleType = req.RuleType
|
|
|
res.ExcelInfoId = req.ExcelInfoId
|
|
|
res.ExcelInfoRuleMappingId = req.ExcelRuleMappingId
|
|
|
res.LeftValueType = req.LeftValueType
|