|
|
@@ -871,6 +871,20 @@ func (this *OilSupplierCertAppendController) AuditEntityFir() {
|
|
|
"AuditIndex",
|
|
|
}
|
|
|
_,err := svc.UpdateEntityByIdCols(appendId, supplierCertAppendEntity, cols)
|
|
|
+
|
|
|
+ toMobile := supplierEntity.Mobile
|
|
|
+ bFlag:=""
|
|
|
+ if supplierCertAppendEntity.AppendType == "01"{
|
|
|
+ bFlag="物资类"
|
|
|
+ }else if supplierCertAppendEntity.AppendType == "02"{
|
|
|
+ bFlag="基建类"
|
|
|
+ }else{
|
|
|
+ bFlag="技术服务类"
|
|
|
+ }
|
|
|
+ msg:= "您的"+ bFlag + "增项审核未通过,请及时查看!"
|
|
|
+ msgService := msg2.GetMsgService(utils.DBE)
|
|
|
+ msgService.HandleMsg(toMobile,msg,"5-1",supplierCertAppendEntity.CreateBy,supplierEntity.ContactName,strconv.Itoa(supplierCertAppendEntity.CreateUserId))
|
|
|
+
|
|
|
if err == nil {
|
|
|
errinfo.Message = "提交成功!"
|
|
|
errinfo.Code = 0
|