浏览代码

Merge branch 'feature/eta_1.3.8' into debug

hsun 1 年之前
父节点
当前提交
f990d18e75
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      controllers/smart_report/smart_report.go

+ 5 - 5
controllers/smart_report/smart_report.go

@@ -1464,11 +1464,11 @@ func (this *SmartReportController) CancelApprove() {
 		br.Msg = "操作成功"
 		return
 	}
-	if reportItem.ApproveId <= 0 {
-		br.Msg = "报告审批不存在"
-		br.ErrMsg = fmt.Sprintf("报告审批不存在, ApproveId: %d", reportItem.ApproveId)
-		return
-	}
+	//if reportItem.ApproveId <= 0 {
+	//	br.Msg = "报告审批不存在"
+	//	br.ErrMsg = fmt.Sprintf("报告审批不存在, ApproveId: %d", reportItem.ApproveId)
+	//	return
+	//}
 
 	// 撤销审批
 	e = services.CancelReportApprove(report_approve.FlowReportTypeSmart, reportItem.SmartReportId, reportItem.ApproveId, sysUser.AdminId, sysUser.RealName)