|
|
@@ -542,6 +542,8 @@ func (this *OilSupplierCertController) AuditEntity() {
|
|
|
if supplierCertEntity.WorkflowId == "0" || len(supplierCertEntity.WorkflowId) <= 0 {
|
|
|
//启动工作流
|
|
|
processInstanceId = svcActiviti.StartProcess(workflow.OIL_SUPPLIER_APPLY, certId, this.User.Id)
|
|
|
+ } else {
|
|
|
+ processInstanceId = supplierCertEntity.WorkflowId
|
|
|
}
|
|
|
|
|
|
//processInstanceId,_ := certSrv.SubmitOrgAudit(certId, workflow.OIL_SUPPLIER_APPLY, workflow.FIRST_TRIAL, this.User.Id, result, "提交给二级单位初审", OilSupplierCertSubName, OilClassOrgSettingName, "", "")
|
|
|
@@ -828,7 +830,7 @@ func (this *OilSupplierCertController) AuditEntityFir() {
|
|
|
|
|
|
if receiveVal == "true" {
|
|
|
supplierCertEntity.Status = "0"
|
|
|
- supplierCertEntity.Step = step
|
|
|
+ supplierCertEntity.Step = 1
|
|
|
cols := []string{
|
|
|
"Status",
|
|
|
"Step",
|