2
3
Переглянути джерело

信息变更驳回监听器返回创建人

baichengfei 5 роки тому
батько
коміт
cab5d8c64a

+ 2 - 2
src/dashoo.cn/backend/api/controllers/oilsupplier/infoChangeListener.go

@@ -182,7 +182,7 @@ func (this *OilInfoChangeListenerController) GetPrePayer() {
 	paySvc := paymentinfo.GetPaymentService(utils.DBE)
 	var Amount float64
 	costSvc := oilcostmanage.GetOilCostManageService(utils.DBE)
-	Amount = costSvc.GetAmount("INFOCHANGE", "01")	// 不区分类别 2020.08.30
+	Amount = costSvc.GetAmount("INFOCHANGE", "01") // 不区分类别 2020.08.30
 	var payInfo paymentinfo.OilPaymentInfo
 	payInfo.SrcId = infoChangeEntity.Id
 	payInfo.SupplierId = infoChangeEntity.SupplierId
@@ -285,7 +285,7 @@ func (this *OilInfoChangeListenerController) ApprovalRefuse() {
 	//this.AuditRejectNotice(infoChangeEntity, supplierEntity)
 
 	// TODO 驳回后原工作流的处理, 新工作流的处理
-	this.Data["json"] = 1
+	this.Data["json"] = infoChangeEntity.CreateUserId
 	this.ServeJSON()
 }