Browse Source

Merge branch 'del_mark_status_0103' into debug

zwxi 1 year ago
parent
commit
d79ed2c8f0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      controllers/data_manage/excel/excel_info.go

+ 2 - 0
controllers/data_manage/excel/excel_info.go

@@ -518,6 +518,8 @@ func (c *ExcelInfoController) Edit() {
 		return
 	}
 	if markRet.Status == 1 {
+		br.Ret = 200
+		br.Success = true
 		br.Data = markRet
 		return
 	}