|
|
@@ -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()
|
|
|
}
|
|
|
|