|
|
@@ -439,7 +439,9 @@ func (this *OilSupplierCertListenerController) ApprovalRefuse() {
|
|
|
//this.AuditRejectNotice(supplierCertEntity, supplierEntity)
|
|
|
|
|
|
// TODO 驳回后原工作流的处理, 新工作流的处理
|
|
|
- this.Data["json"] = 1
|
|
|
+ // 驳回给创建人
|
|
|
+ approverIds := supplierCertEntity.CreateUserId
|
|
|
+ this.Data["json"] = approverIds
|
|
|
this.ServeJSON()
|
|
|
}
|
|
|
|