|
|
@@ -384,10 +384,9 @@ func (this *OilSupplierCertListenerController) ApprovalRefuse() {
|
|
|
//进入此步骤,记录在数据库中
|
|
|
supplierCertEntity.Status = stepCodeStatus
|
|
|
certSrv.UpdateEntityByIdCols(supplierCertId, supplierCertEntity, cols)
|
|
|
- // 发送驳回通知短信
|
|
|
- //this.AuditRejectNotice(supplierCertEntity, supplierEntity)
|
|
|
+ // TODO 发送驳回通知短信
|
|
|
+ //this.auditRejectNotice(supplierCertEntity, supplierEntity)
|
|
|
|
|
|
- // TODO 驳回后原工作流的处理, 新工作流的处理
|
|
|
// 驳回给创建人
|
|
|
approverIds := supplierCertEntity.CreateUserId
|
|
|
this.Data["json"] = approverIds
|
|
|
@@ -410,5 +409,5 @@ func (this *OilSupplierCertListenerController) AuditRejectNotice(supplierCertEnt
|
|
|
}
|
|
|
msg := "您的" + bFlag + "准入申请未通过,请及时查看!"
|
|
|
msgService := msg2.GetMsgService(utils.DBE)
|
|
|
- msgService.HandleMsg(toMobile, msg, "5-1", supplierCertEntity.CreateBy, supplierEntity.ContactName, strconv.Itoa(supplierCertEntity.CreateUserId), this.User.Username)
|
|
|
+ msgService.HandleMsg(toMobile, msg, "5-2", supplierCertEntity.CreateBy, supplierEntity.ContactName, strconv.Itoa(supplierCertEntity.CreateUserId), this.User.Username)
|
|
|
}
|