|
@@ -806,7 +806,7 @@ func ModifyExcelRule(req *request.ExcelRuleMappingReq, lang string) (err error)
|
|
|
if excelInfo.RemarkEn != editExcelInfo.RemarkEn {
|
|
|
updateCols = append(updateCols, "RemarkEn")
|
|
|
}
|
|
|
- if excelInfo.Scope != editExcelInfo.Scope {
|
|
|
+ if excelInfo.ScopeShow != editExcelInfo.ScopeShow {
|
|
|
updateCols = append(updateCols, "ScopeCoord")
|
|
|
updateCols = append(updateCols, "ScopeShow")
|
|
|
}
|