@@ -355,7 +355,7 @@ func (this *OilSupplierCertAppendListenerController) ApprovalRefuse() {
//this.AuditRejectNotice(supplierCertAppendEntity, supplierEntity)
// TODO 驳回后原工作流的处理, 新工作流的处理
- this.Data["json"] = 1
+ this.Data["json"] = supplierCertAppendEntity.CreateUserId
this.ServeJSON()
}