2
3
Quellcode durchsuchen

后端: bug fix 合同评价 专业处室分办根据前端结果

baichengfei vor 4 Jahren
Ursprung
Commit
d0d83a085d

+ 1 - 1
src/dashoo.cn/backend/api/controllers/oilcontract/contractReview.go

@@ -1067,7 +1067,7 @@ func (this *OilContractReviewController) BusinessOfficeSeparateAuditEntity() {
 		ActiComplete.ProcessKey = workflow.OIL_DAILY_CONTRACT_EVALUATION
 		ActiComplete.BusinessKey = contractReviewEntity.BusinessKey
 		ActiComplete.UserId = this.User.Id //审批人员
-		ActiComplete.Result = "1"          //前台审批[同意、不同意]
+		ActiComplete.Result = Result       //前台审批[同意、不同意]
 		ActiComplete.UserNames = ProfessionalAudit
 		ActiComplete.Remarks = AuditRemark
 		ActiComplete.CallbackUrl = utils.Cfg.MustValue("workflow", "callbackHost")